We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d6b8f commit a4976e1Copy full SHA for a4976e1
tests/functional/restart/44-reinvoke.t
@@ -53,7 +53,7 @@ run_ok "${TEST_NAME_BASE}-cmd" \
53
sed -n -i 's/CYLC_WORKFLOW_COMMAND=.*cylc //p' "${TEST_NAME_BASE}-cmd.stdout"
54
55
# ensure the whole workflow ID is present in the command (including the run number)
56
-CMD="^play --pause ${WORKFLOW_NAME}/run1 --host=localhost$"
+CMD="^play --pause ${WORKFLOW_NAME}/run1 --host=localhost --color=never$"
57
if grep "${CMD}" "${TEST_NAME_BASE}-cmd.stdout"; then
58
ok "${TEST_NAME_BASE}-re-invoked-id"
59
else
0 commit comments