Skip to content

Commit 31685c1

Browse files
authored
ACCESS-OM2 qa: Make mppnccombine-fast regex pattern less restrictive in test_mppncombine_fast_collate_exe (#193)
1 parent cb6a51e commit 31685c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/model_config_tests/config_tests/qa/test_access_om2_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class TestAccessOM2:
116116

117117
def test_mppncombine_fast_collate_exe(self, config, branch):
118118
if branch.is_high_resolution:
119-
pattern = r"/g/data/vk83/apps/mppnccombine-fast/.*/bin/mppnccombine-fast"
119+
pattern = r".*mppnccombine-fast"
120120
if "collate" in config:
121121
assert re.match(
122122
pattern, config["collate"]["exe"]

0 commit comments

Comments
 (0)