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.
openblas.py\
1 parent d9dec7f commit 9a912aaCopy full SHA for 9a912aa
easybuild/easyblocks/o/openblas.py
@@ -227,7 +227,7 @@ def test_step(self):
227
res = run_shell_cmd(cmd)
228
229
# Raise an error if any test failed
230
- regex = re.compile("FATAL ERROR", re.M)
+ regex = re.compile("^((?!printf).)*FATAL ERROR", re.M)
231
errors = regex.findall(res.output)
232
if errors:
233
raise EasyBuildError("Found %d fatal errors in test output!", len(errors))
0 commit comments