Skip to content

Commit 2feb997

Browse files
committed
Merge branch 'stress-ng_cpu_benchmark' of github.com:wfcommons/WfCommons into stress-ng_cpu_benchmark
2 parents 4dee4fd + 8f46f0e commit 2feb997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/wfbench/test_wfbench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_create_from_recipe(self) -> None:
164164
# Run the workflow
165165
sys.stderr.write("Running workflow...\n")
166166
exit_code, output = container.exec_run(cmd="/bin/bash ./run_workflow.sh", stdout=True, stderr=True)
167-
167+
print(output.decode())
168168
# Kill the container
169169
_shutdown_docker_container_and_remove_image(container)
170170

0 commit comments

Comments
 (0)