Skip to content

Commit 4e4a117

Browse files
authored
Merge pull request #3859 from Flamefire/pythonpackage-test-output-removal
remove duplicated output of test command from `PythonPackage` easyblock
2 parents f3111d2 + 57061cb commit 4e4a117

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

easybuild/easyblocks/generic/pythonpackage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,6 @@ def test_step(self, return_output_ec=False):
870870
res = run_shell_cmd(cmd, fail_on_error=False)
871871
# need to retrieve ec by not failing on error
872872
(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)
874873
else:
875874
run_shell_cmd(cmd)
876875

0 commit comments

Comments
 (0)