Skip to content
Snippets Groups Projects
Commit f72df6ad authored by Heiko Becker's avatar Heiko Becker
Browse files

Update regressiontests.sh to disable binary tests

parent e8f1bad4
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment