Skip to content

Commit

Permalink
tests/f: fix restart/44
Browse files Browse the repository at this point in the history
* Test had become broken by a positive behaviour change.
  • Loading branch information
oliver-sanders committed Jan 3, 2024
1 parent 01d6b8f commit a4976e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/restart/44-reinvoke.t
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ run_ok "${TEST_NAME_BASE}-cmd" \
sed -n -i 's/CYLC_WORKFLOW_COMMAND=.*cylc //p' "${TEST_NAME_BASE}-cmd.stdout"

# ensure the whole workflow ID is present in the command (including the run number)
CMD="^play --pause ${WORKFLOW_NAME}/run1 --host=localhost$"
CMD="^play --pause ${WORKFLOW_NAME}/run1 --host=localhost --color=never$"
if grep "${CMD}" "${TEST_NAME_BASE}-cmd.stdout"; then
ok "${TEST_NAME_BASE}-re-invoked-id"
else
Expand Down

0 comments on commit a4976e1

Please sign in to comment.