Distribcell filter test no longer removes xml files in teardown

This commit is contained in:
Will Boyd 2015-05-27 15:40:37 -04:00
parent d4eef65fe6
commit ad177146dc

View file

@ -88,10 +88,6 @@ def test_results():
def teardown():
cwd = os.getcwd()
output = glob.glob(cwd + '/statepoint.*')
output.append(cwd + '/geometry.xml')
output.append(cwd + '/materials.xml')
output.append(cwd + '/settings.xml')
output.append(cwd + '/tallies.xml')
output.append(cwd + '/results_test.dat')
for f in output:
if os.path.exists(str(f)):