From 05c1a07eae6e504346104aa3cbc4542bcb8e5ec7 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Mon, 12 Aug 2013 14:39:29 -0400 Subject: [PATCH] cleaned will also remove tally output files --- tests/update_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/update_results.py b/tests/update_results.py index 7e6e54b9c4..9b51076a4a 100644 --- a/tests/update_results.py +++ b/tests/update_results.py @@ -36,7 +36,7 @@ for root, dirs, files in folders: # Process results os.system('python results.py') os.system('mv results_test.dat results_true.dat') - os.system('rm *.binary') + os.system('rm -f *.binary *.out') # Go back a directory os.chdir('..')