Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FloVer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AVA
FloVer
Commits
f72df6ad
Commit
f72df6ad
authored
3 years ago
by
Heiko Becker
Browse files
Options
Downloads
Patches
Plain Diff
Update regressiontests.sh to disable binary tests
parent
e8f1bad4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/regressiontests.sh
+10
-10
10 additions, 10 deletions
scripts/regressiontests.sh
with
10 additions
and
10 deletions
scripts/regressiontests.sh
+
10
−
10
View file @
f72df6ad
...
...
@@ -68,15 +68,15 @@ for fname in ./*.sml; do
fi
done
#Binary regression tests
for
fname
in
./
*
.txt
;
do
../../hol4/binary/cake_checker
$fname
if
[
$?
-eq
0
]
then
echo
"Successfully checked
$fname
"
;
else
echo
"Checking
$fname
has failed"
exit
1
;
fi
#Binary regression tests
; disabled
#
for fname in ./*.txt; do
#
../../hol4/binary/cake_checker $fname
#
if [ $? -eq 0 ]
#
then
#
echo "Successfully checked $fname";
#
else
#
echo "Checking $fname has failed"
#
exit 1;
#
fi
done
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