Skip to content

Commit

Permalink
Merge pull request #1092 from benfitzpatrick/fix.cycler-no-initial-bu…
Browse files Browse the repository at this point in the history
…t-final-test

cylc test-battery: fix no_initial_but_final_cycle_point test
  • Loading branch information
matthewrmshin committed Aug 18, 2014
2 parents d533b64 + c4e058f commit 36fdc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cyclers/27-no_initial_but_final_cycle_point.t
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ install_suite $TEST_NAME_BASE no_initial_but_final_cycle_point
#-------------------------------------------------------------------------------
TEST_NAME=$TEST_NAME_BASE-validate
run_fail $TEST_NAME cylc validate $SUITE_NAME
grep_ok "This suite requires a final cycle point\." \
grep_ok "This suite requires an initial cycle point\." \
$TEST_NAME.stderr
#-------------------------------------------------------------------------------
TEST_NAME=$TEST_NAME_BASE-run
run_fail $TEST_NAME cylc run --debug $SUITE_NAME
grep_ok "This suite requires a final cycle point\." \
grep_ok "This suite requires an initial cycle point\." \
$TEST_NAME.stderr
#-------------------------------------------------------------------------------
purge_suite $SUITE_NAME

0 comments on commit 36fdc27

Please sign in to comment.