standalone: Remove temporary logfiles after execution

This commit is contained in:
David Mak 2023-09-29 16:43:48 +08:00
parent 7cb18d5267
commit cbdbe53db1
1 changed files with 2 additions and 0 deletions

View File

@ -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