From 242cd4b3fd14c85532831f9a4616fd9c882c75c8 Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Mon, 12 Aug 2013 19:26:56 -0400 Subject: [PATCH] particle restart option changed from -s to -r --- tests/test_particle_restart/test_particle_restart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_particle_restart/test_particle_restart.py b/tests/test_particle_restart/test_particle_restart.py index a4574b18ba..ebdb918d92 100644 --- a/tests/test_particle_restart/test_particle_restart.py +++ b/tests/test_particle_restart/test_particle_restart.py @@ -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 != ''