We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905d919 commit 6c026b3Copy full SHA for 6c026b3
test/framework/options.py
@@ -5232,7 +5232,7 @@ def test_debug_lmod(self):
5232
init_config(build_options={'debug_lmod': True})
5233
out = self.modtool.run_module('avail', return_output=True)
5234
5235
- for pattern in [r"^Lmod version", r"^lmod\(--terse -D avail\)\{", "Master:avail"]:
+ for pattern in [r"^Lmod version", r"^lmod\(--terse -D avail\)\{", ":avail"]:
5236
regex = re.compile(pattern, re.M)
5237
self.assertTrue(regex.search(out), "Pattern '%s' found in: %s" % (regex.pattern, out))
5238
else:
0 commit comments