Skip to content

Commit

Permalink
fix silly test mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
benfitzpatrick committed Aug 18, 2014
1 parent 5582672 commit c4e058f
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 c4e058f

Please sign in to comment.