particle restart option changed from -s to -r

This commit is contained in:
Bryan Herman 2013-08-12 19:26:56 -04:00
parent 4ab6937039
commit 242cd4b3fd

View file

@ -26,7 +26,7 @@ def test_results():
assert compare
def test_run_restart():
proc = Popen([pwd + '/../../src/openmc -s particle_10_638.binary'],
proc = Popen([pwd + '/../../src/openmc -r particle_10_638.binary'],
stderr=PIPE, stdout=PIPE, shell=True)
stdout, stderr = proc.communicate()
assert stderr != ''