Skip to content

Commit 8f46f0e

Browse files
committed
check container output
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
1 parent 85079cb commit 8f46f0e

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
@@ -165,7 +165,7 @@ def test_create_from_recipe(self) -> None:
165165
# Run the workflow
166166
sys.stderr.write("Running workflow...\n")
167167
exit_code, output = container.exec_run(cmd="/bin/bash ./run_workflow.sh", stdout=True, stderr=True)
168-
168+
print(output.decode())
169169
# Kill the container
170170
_shutdown_docker_container_and_remove_image(container)
171171

0 commit comments

Comments
 (0)