Skip to content

Commit a4976e1

Browse files
tests/f: fix restart/44
* Test had become broken by a positive behaviour change.
1 parent 01d6b8f commit a4976e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/restart/44-reinvoke.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ run_ok "${TEST_NAME_BASE}-cmd" \
5353
sed -n -i 's/CYLC_WORKFLOW_COMMAND=.*cylc //p' "${TEST_NAME_BASE}-cmd.stdout"
5454

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

0 commit comments

Comments
 (0)