Skip to content

Commit

Permalink
Merge pull request #6150 from oliver-sanders/test-fixes
Browse files Browse the repository at this point in the history
Test fixes
  • Loading branch information
hjoliver authored Jun 17, 2024
2 parents 978d0f6 + 884e364 commit 586907e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/functional/cylc-cat-log/01-remote.t
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ grep_ok "jumped over the lazy dog" "${TEST_NAME}.out"
# remote
TEST_NAME=${TEST_NAME_BASE}-task-status
cylc cat-log -f s "${WORKFLOW_NAME}//1/a-task" >"${TEST_NAME}.out"
grep_ok "CYLC_JOB_RUNNER_NAME=at" "${TEST_NAME}.out"
grep_ok "CYLC_JOB_RUNNER_NAME=$CYLC_TEST_JOB_RUNNER" "${TEST_NAME}.out"
#-------------------------------------------------------------------------------
# local
TEST_NAME=${TEST_NAME_BASE}-task-activity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#-------------------------------------------------------------------------------
# Test remote job logs retrieval, requires compatible version of cylc on remote
# job host.
export REQUIRE_PLATFORM='loc:remote'
export REQUIRE_PLATFORM='loc:remote fs:indep'
. "$(dirname "$0")/test_header"
set_test_number 3

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/reload/24-reload-file-install.t
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#-------------------------------------------------------------------------------
# Test reload triggers a fresh file install

export REQUIRE_PLATFORM='loc:remote comms:?(tcp|ssh)'
export REQUIRE_PLATFORM='loc:remote fs:indep comms:?(tcp|ssh)'
. "$(dirname "$0")/test_header"
set_test_number 4
create_test_global_config "" "
Expand Down

0 comments on commit 586907e

Please sign in to comment.