summaryrefslogtreecommitdiff
path: root/mysql-test/include/force_restart_if_skipped.inc
blob: 228e094e932a048382feb0c558102bb672176a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ==== Purpose ====
#
# Tell mtr that all servers must be restarted in case the test is
# skipped.
#
# ==== Usage ====
#
# --source include/force_restart_if_skipped.inc
#
# ==== See also ====
#
# include/force_restart.inc

--let $_force_restart_datadir= `SELECT @@datadir`
--append_file $_force_restart_datadir/mtr/force_restart_if_skipped
1
EOF