Skip to content

Commit b7bf9bb

Browse files
tests/f: fix cylc-cat-log/01
1 parent 2e562df commit b7bf9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/cylc-cat-log/01-remote.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ grep_ok "jumped over the lazy dog" "${TEST_NAME}.out"
5858
# remote
5959
TEST_NAME=${TEST_NAME_BASE}-task-status
6060
cylc cat-log -f s "${WORKFLOW_NAME}//1/a-task" >"${TEST_NAME}.out"
61-
grep_ok "CYLC_JOB_RUNNER_NAME=at" "${TEST_NAME}.out"
61+
grep_ok "CYLC_JOB_RUNNER_NAME=$CYLC_TEST_JOB_RUNNER" "${TEST_NAME}.out"
6262
#-------------------------------------------------------------------------------
6363
# local
6464
TEST_NAME=${TEST_NAME_BASE}-task-activity

0 commit comments

Comments
 (0)