Skip to content

Commit

Permalink
add tree statement to the new test for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed May 28, 2024
1 parent 547d6d3 commit 4745ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def define_tests(): # pylint: disable=R0914,R0915
"check chord error continues wf": {
"cmds": [
f"{workers} {chord_err_wf} --vars OUTPUT_PATH=./{OUTPUT_DIR}",
f"{run} {chord_err_wf} --vars OUTPUT_PATH=./{OUTPUT_DIR}; sleep 10",
f"{run} {chord_err_wf} --vars OUTPUT_PATH=./{OUTPUT_DIR}; sleep 10; tree {OUTPUT_DIR}",
],
"conditions": [
HasReturnCode(),
Expand Down

0 comments on commit 4745ab7

Please sign in to comment.