We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3111d2 + 57061cb commit 4e4a117Copy full SHA for 4e4a117
1 file changed
easybuild/easyblocks/generic/pythonpackage.py
@@ -870,7 +870,6 @@ def test_step(self, return_output_ec=False):
870
res = run_shell_cmd(cmd, fail_on_error=False)
871
# need to retrieve ec by not failing on error
872
(out, ec) = (res.output, res.exit_code)
873
- self.log.info("cmd '%s' exited with exit code %s and output:\n%s", cmd, ec, out)
874
else:
875
run_shell_cmd(cmd)
876
0 commit comments