summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-12-10 14:47:23 +1100
committerMartin Schwenke <martins@samba.org>2020-07-22 07:53:36 +0000
commitce3de3989470d186ce73e6e74aa7f16111e2a6fa (patch)
treea3d14f656a900647f988ab13536db65e964c22d8
parent37c26a9590b2d6712b38cf249538b512c6f6b546 (diff)
downloadsamba-ce3de3989470d186ce73e6e74aa7f16111e2a6fa.tar.gz
ctdb-tests: Don't bother shutting down daemons in ctdb_init()
They'll never be up here... Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
-rw-r--r--ctdb/tests/scripts/integration.bash2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash
index b868f683656..cff2903b339 100644
--- a/ctdb/tests/scripts/integration.bash
+++ b/ctdb/tests/scripts/integration.bash
@@ -599,8 +599,6 @@ wait_until_node_has_no_ips ()
ctdb_init ()
{
- ctdb_nodes_stop >/dev/null 2>&1 || :
-
if ! ctdb_nodes_start ; then
echo "Cluster start failed"
return 1