Skip to content

Commit

Permalink
hardened the test to include the corner case when a user sets an envi…
Browse files Browse the repository at this point in the history
…roment varialble to the same value that is the par name space
  • Loading branch information
TerryMcGuinness-NOAA committed Jun 6, 2024
1 parent b7eeae8 commit 526e6f4
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 @@ -27,7 +27,7 @@ def test_setup_expt():
def test_setup_xml():

script_content = '''#!/usr/bin/env bash
export ACCOUNT=foobar
export ACCOUNT=fv3-cpu
export HOMEgfs=foobar
../../../workflow/setup_xml.py "${1}"
'''
Expand Down

0 comments on commit 526e6f4

Please sign in to comment.