From f2cb4da8d9fab3e7a5e72815a0ed90e49e85d640 Mon Sep 17 00:00:00 2001 From: shriwise Date: Sat, 8 Sep 2018 14:32:23 -0500 Subject: [PATCH] Ensuring only one thread on the CAD run. --- tests/unit_tests/cad/test_cad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/cad/test_cad.py b/tests/unit_tests/cad/test_cad.py index 5df861aa1d..ccd874c3c7 100644 --- a/tests/unit_tests/cad/test_cad.py +++ b/tests/unit_tests/cad/test_cad.py @@ -2,5 +2,5 @@ from subprocess import call def test_cad(): - assert not call(['openmc']) + assert not call(['openmc -s 1'])