tallies output file removed during cleanup

This commit is contained in:
Bryan Herman 2013-08-12 14:45:25 -04:00
parent 5082ced5e5
commit e5e0dec4b0

View file

@ -30,7 +30,8 @@ def test_results():
assert compare
def teardown():
output = [pwd + '/statepoint.10.binary', pwd + '/results_test.dat']
output = [pwd + '/statepoint.10.binary', pwd + '/tallies.out',
pwd + '/results_test.dat']
for f in output:
if os.path.exists(f):
os.remove(f)