1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

ctdb-tests: Shutdown local daemons unconditionally

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2017-08-18 21:33:33 +10:00 committed by Martin Schwenke
parent 981e674a74
commit fc493780cf
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@
test_info()
{
cat <<EOF
If we running local daemons and TEST_CLEANUP is true then shutdown the daemons.
If we running local daemons then shutdown the daemons.
No error if ctdbd is not already running on the cluster.

View File

@ -240,9 +240,7 @@ restart_ctdb_1 ()
maybe_stop_ctdb ()
{
if $TEST_CLEANUP ; then
daemons_stop
fi
daemons_stop
}
_restart_ctdb_all ()