standalone: Remove temporary logfiles after execution

pull/328/head
David Mak 2023-09-29 16:43:48 +08:00 committed by sb10q
parent f53cb804ec
commit 1659c3e724
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