standalone: Remove temporary logfiles after execution
This commit is contained in:
parent
7cb18d5267
commit
cbdbe53db1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue