From a4976e1e3c7bda092a2423c1a1d61238224ad375 Mon Sep 17 00:00:00 2001 From: Oliver Sanders Date: Thu, 12 Oct 2023 17:05:20 +0100 Subject: [PATCH] tests/f: fix restart/44 * Test had become broken by a positive behaviour change. --- tests/functional/restart/44-reinvoke.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/restart/44-reinvoke.t b/tests/functional/restart/44-reinvoke.t index ed9c6905d69..d9043fa6c85 100755 --- a/tests/functional/restart/44-reinvoke.t +++ b/tests/functional/restart/44-reinvoke.t @@ -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