Skip to content

Commit

Permalink
Merge pull request #4345 from boegel/test_checksum_step_cleanup
Browse files Browse the repository at this point in the history
clean up stray regex.search in `test_checksum_step`
  • Loading branch information
SebastianAchilles authored Sep 11, 2023
2 parents a4921f9 + 299a451 commit 0546463
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,6 @@ def test_checksum_step(self):
# make sure there's no error logged for not finding checksums.json,
# see also https://github.com/easybuilders/easybuild-framework/issues/4301
regex = re.compile("ERROR .*Couldn't find file checksums.json anywhere", re.M)
regex.search(stdout)
self.assertFalse(regex.search(stdout), "Pattern '%s' should not be found in log" % regex.pattern)

# fiddle with checksum to check whether faulty checksum is catched
Expand Down

0 comments on commit 0546463

Please sign in to comment.