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.
2 parents a4921f9 + 299a451 commit 0546463Copy full SHA for 0546463
test/framework/easyblock.py
@@ -2446,7 +2446,6 @@ def test_checksum_step(self):
2446
# make sure there's no error logged for not finding checksums.json,
2447
# see also https://github.com/easybuilders/easybuild-framework/issues/4301
2448
regex = re.compile("ERROR .*Couldn't find file checksums.json anywhere", re.M)
2449
- regex.search(stdout)
2450
self.assertFalse(regex.search(stdout), "Pattern '%s' should not be found in log" % regex.pattern)
2451
2452
# fiddle with checksum to check whether faulty checksum is catched
0 commit comments