forked from M-Labs/nac3
standalone: Remove temporary logfiles after execution
This commit is contained in:
parent
f53cb804ec
commit
1659c3e724
|
@ -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