From 7102f0d5b2a10d4f428e0ca9cc2e570f0898f52f Mon Sep 17 00:00:00 2001 From: Terry McGuinness Date: Tue, 25 Jun 2024 15:21:52 -0400 Subject: [PATCH] investigating EXPDIR --- ci/scripts/tests/test_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/tests/test_setup.py b/ci/scripts/tests/test_setup.py index a035142823..0973acc854 100755 --- a/ci/scripts/tests/test_setup.py +++ b/ci/scripts/tests/test_setup.py @@ -29,6 +29,7 @@ def test_setup_xml(): setup_xml_script = Executable(os.path.join(HOMEgfs, "workflow", "setup_xml.py")) setup_xml_script.add_default_arg(f"{RUNDIR}/{pslot}") setup_xml_script() + assert (setup_xml_script.returncode == 0) cfg = Configuration(f"{RUNDIR}/{pslot}") @@ -42,5 +43,4 @@ def test_setup_xml(): contents = file.read() assert contents.count(account) > 5 - os.remove('run_setup_xml.sh') rmtree(RUNDIR)