Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Apr 15, 2024
1 parent 5d06594 commit 3dde414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/optional-outputs/01-stall-on-incomplete.t
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ workflow_run_fail "${TEST_NAME_BASE}-run" \

LOG="${WORKFLOW_RUN_DIR}/log/scheduler/log"
grep_ok "Incomplete tasks" "${LOG}"
grep_ok "1/foo did not complete the required outputs:\n(.*\n){3}.*y$" "${LOG}" -Pizo
grep_ok '1/foo did not complete the required outputs:\n(.*\n){3}.*y\n' "${LOG}" -Pizo
grep_ok "Workflow stalled" "${LOG}"

purge
Expand Down

0 comments on commit 3dde414

Please sign in to comment.