File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests/functional/platforms
02-host-to-platform-upgrade/bad Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
# - Task with a host setting that should match the test platform
22
22
export REQUIRE_PLATFORM=' loc:remote'
23
23
. " $( dirname " $0 " ) /test_header"
24
- set_test_number 6
24
+ set_test_number 7
25
25
26
26
install_workflow " ${TEST_NAME_BASE} " " ${TEST_NAME_BASE} "
27
27
28
28
# Ensure that a mix of syntax will fail.
29
29
run_fail " ${TEST_NAME_BASE} -validate-fail" \
30
- cylc validate " flow2.cylc"
30
+ cylc validate " ${TEST_SOURCE_DIR} /${TEST_NAME_BASE} /bad"
31
+ # and fail in this specific manner:
32
+ grep_ok " cannot be used with" " ${TEST_NAME_BASE} -validate-fail.stderr"
31
33
32
34
# Ensure that you can validate workflow
33
35
run_ok " ${TEST_NAME_BASE} -run" \
File renamed without changes.
You can’t perform that action at this time.
0 commit comments