Skip to content

Commit

Permalink
investigating EXPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryMcGuinness-NOAA committed Jun 25, 2024
1 parent f59819d commit 7102f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand All @@ -42,5 +43,4 @@ def test_setup_xml():
contents = file.read()
assert contents.count(account) > 5

os.remove('run_setup_xml.sh')
rmtree(RUNDIR)

0 comments on commit 7102f0d

Please sign in to comment.