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 c9fdab9 + 9a912aa commit e74370bCopy full SHA for e74370b
easybuild/easyblocks/o/openblas.py
@@ -236,7 +236,7 @@ def test_step(self):
236
res = run_shell_cmd(cmd)
237
238
# Raise an error if any test failed
239
- regex = re.compile("FATAL ERROR", re.M)
+ regex = re.compile("^((?!printf).)*FATAL ERROR", re.M)
240
errors = regex.findall(res.output)
241
if errors:
242
raise EasyBuildError("Found %d fatal errors in test output!", len(errors))
0 commit comments