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 2e562df commit b7bf9bbCopy full SHA for b7bf9bb
tests/functional/cylc-cat-log/01-remote.t
@@ -58,7 +58,7 @@ grep_ok "jumped over the lazy dog" "${TEST_NAME}.out"
58
# remote
59
TEST_NAME=${TEST_NAME_BASE}-task-status
60
cylc cat-log -f s "${WORKFLOW_NAME}//1/a-task" >"${TEST_NAME}.out"
61
-grep_ok "CYLC_JOB_RUNNER_NAME=at" "${TEST_NAME}.out"
+grep_ok "CYLC_JOB_RUNNER_NAME=$CYLC_TEST_JOB_RUNNER" "${TEST_NAME}.out"
62
#-------------------------------------------------------------------------------
63
# local
64
TEST_NAME=${TEST_NAME_BASE}-task-activity
0 commit comments