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:
parent
981e674a74
commit
fc493780cf
@ -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.
|
||||
|
||||
|
@ -240,9 +240,7 @@ restart_ctdb_1 ()
|
||||
|
||||
maybe_stop_ctdb ()
|
||||
{
|
||||
if $TEST_CLEANUP ; then
|
||||
daemons_stop
|
||||
fi
|
||||
daemons_stop
|
||||
}
|
||||
|
||||
_restart_ctdb_all ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user