Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Kurečka
Plumed AlphaFold
Commits
9b5aa34b
There was an error fetching the commit references. Please try again later.
Commit
9b5aa34b
authored
11 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.0'
parents
a1fb75b9
4f9680e3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.sh
+9
-0
9 additions, 0 deletions
configure.sh
regtest/scripts/check
+11
-2
11 additions, 2 deletions
regtest/scripts/check
with
20 additions
and
2 deletions
configure.sh
+
9
−
0
View file @
9b5aa34b
...
...
@@ -3,6 +3,12 @@
rm
-f
sourceme.sh Makefile.conf
if
((
$#=
=
1
))
;
then
conf
=
$1
else
prefix
=
""
case
"
$(
uname
)
"
in
(
Linux
)
prefix
=
linux.
;;
...
...
@@ -18,6 +24,9 @@ do
[[
-n
"
$conf
"
]]
&&
break
done
fi
ln
-s
configurations/
$conf
Makefile.conf
case
"
$conf
"
in
...
...
This diff is collapsed.
Click to expand it.
regtest/scripts/check
+
11
−
2
View file @
9b5aa34b
...
...
@@ -3,6 +3,11 @@
nerror
=
0
nok
=
0
notapp
=
0
html
=
if
[
"
$1
"
==
--html
]
;
then
html
=
1
fi
echo
echo
...
...
@@ -26,14 +31,18 @@ dirs=$(
for
dir
in
$dirs
do
file
=
${
dir
}
report.txt
fullname
=
"
$file
"
if
[
-n
"
$html
"
]
;
then
fullname
=
'<a href="'
"
$file
"
'">'
"
$file
"
'</a>'
fi
if
grep
-q
NOT_APPLIABLE
$file
;
then
((
notapp++
))
echo
+
test
$dir
NOT APPLIABLE
echo
+ check file
$f
il
e
for
more information
echo
+ check file
$f
ullnam
e
for
more information
elif
grep
-q
FAILURE
$file
;
then
((
nerror++
))
echo
+ ERROR
in
test
$dir
echo
+ check file
$f
il
e
for
more information
echo
+ check file
$f
ullnam
e
for
more information
else
((
nok++
))
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment