Skip to content

Commit 68fb5db

Browse files
committed
cleanup
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
1 parent 54c212e commit 68fb5db

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/wfbench/test_wfbench.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def _workflow_as_expected(dirpath: pathlib.Path,
5454
with json_path.open("r") as f:
5555
generated_json = json.load(f)
5656

57+
5758
# Check the number of tasks
5859
assert(len(workflow.tasks) == len(generated_json['workflow']['specification']['tasks']))
5960

@@ -169,7 +170,7 @@ def test_create_from_recipe(self) -> None:
169170
# Run the workflow
170171
sys.stderr.write("Running workflow...\n")
171172
exit_code, output = container.exec_run(cmd="/bin/bash ./run_workflow.sh", stdout=True, stderr=True)
172-
print(output.decode())
173+
173174
# Kill the container
174175
_shutdown_docker_container_and_remove_image(container)
175176

0 commit comments

Comments
 (0)