Skip to content

Commit 586907e

Browse files
authored
Merge pull request #6150 from oliver-sanders/test-fixes
Test fixes
2 parents 978d0f6 + 884e364 commit 586907e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

tests/functional/events/11-cycle-task-event-job-logs-retrieve.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#-------------------------------------------------------------------------------
1818
# Test remote job logs retrieval, requires compatible version of cylc on remote
1919
# job host.
20-
export REQUIRE_PLATFORM='loc:remote'
20+
export REQUIRE_PLATFORM='loc:remote fs:indep'
2121
. "$(dirname "$0")/test_header"
2222
set_test_number 3
2323

tests/functional/reload/24-reload-file-install.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#-------------------------------------------------------------------------------
1818
# Test reload triggers a fresh file install
1919

20-
export REQUIRE_PLATFORM='loc:remote comms:?(tcp|ssh)'
20+
export REQUIRE_PLATFORM='loc:remote fs:indep comms:?(tcp|ssh)'
2121
. "$(dirname "$0")/test_header"
2222
set_test_number 4
2323
create_test_global_config "" "

0 commit comments

Comments
 (0)