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

Fix typo in regression testing script

parent 9976a4d6
Branches
No related tags found
No related merge requests found
......@@ -53,12 +53,12 @@ cd ./testcases/regression
#done
#HOL4 regression tests
$HOLDIR/bin/Holmake heap
Holmake heap
for fname in ./*.sml; do
FILEPRE=${fname/Script.sml/}
FILENAME=$FILEPRE
$HOLDIR/bin/Holmake ${fname/Script.sml/Theory.sig}
Holmake ${fname/Script.sml/Theory.sig}
if [ $? -eq 0 ]
then
echo "Successfully checked $FILENAME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment