|
| 1 | +#!/bin/bash |
| 2 | +# THIS FILE IS PART OF THE CYLC SUITE ENGINE. |
| 3 | +# Copyright (C) 2008-2017 NIWA |
| 4 | +# |
| 5 | +# This program is free software: you can redistribute it and/or modify |
| 6 | +# it under the terms of the GNU General Public License as published by |
| 7 | +# the Free Software Foundation, either version 3 of the License, or |
| 8 | +# (at your option) any later version. |
| 9 | +# |
| 10 | +# This program is distributed in the hope that it will be useful, |
| 11 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 12 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 13 | +# GNU General Public License for more details. |
| 14 | +# |
| 15 | +# You should have received a copy of the GNU General Public License |
| 16 | +# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 17 | +#------------------------------------------------------------------------------- |
| 18 | +# Test suicide triggering |
| 19 | +# (this is currently just a copy of the tutorial suicide example, but I |
| 20 | +# anticipate making it more fiendish at some point). |
| 21 | +. $(dirname $0)/test_header |
| 22 | +#------------------------------------------------------------------------------- |
| 23 | +set_test_number 2 |
| 24 | +#------------------------------------------------------------------------------- |
| 25 | +install_suite $TEST_NAME_BASE suicide-multi |
| 26 | +#------------------------------------------------------------------------------- |
| 27 | +TEST_NAME=$TEST_NAME_BASE-validate |
| 28 | +run_ok $TEST_NAME cylc validate $SUITE_NAME |
| 29 | +#------------------------------------------------------------------------------- |
| 30 | +TEST_NAME=$TEST_NAME_BASE-run |
| 31 | +suite_run_ok $TEST_NAME cylc run --reference-test --debug --no-detach $SUITE_NAME |
| 32 | +#------------------------------------------------------------------------------- |
| 33 | +purge_suite $SUITE_NAME |
0 commit comments