Add lli support for running example test cases #327
|
@ -17,3 +17,5 @@ echo -n "Checking $demo... "
|
|||
diff -Nau interpreted.log run.log
|
||||
diff -Nau interpreted.log run_lli.log
|
||||
echo "ok"
|
||||
|
||||
rm -f interpreted.log run.log run_lli.log
|
||||
sb10q marked this conversation as resolved
Outdated
|
||||
|
|
Loading…
Reference in New Issue
Just keep them, they can be used for debugging if the test failed.
If the test failed, the files won't be deleted anyways because the script will exit after running
diff
, so it doesn't matter.