Skip to content

Commit

Permalink
handle iodef patching for pinned XIOS3
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-marqh authored Apr 8, 2024
1 parent 0b238b9 commit 46a93f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xios_examples/shared_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def setUpClass(cls):
"""
subprocess.run(['make', 'clean'], cwd=cls.test_dir)
subprocess.run(['make'], cwd=cls.test_dir)
if os.environ.get('MVER', '') == 'XIOS3/trunk':
if os.environ.get('MVER', '').startswith('XIOS3/trunk'):
with open(os.path.join(cls.test_dir, 'xios.xml'), 'r') as ioin:
iodef_in = ioin.read()
# patch in transport protocol choice for XIOS3
Expand Down

0 comments on commit 46a93f1

Please sign in to comment.