From 58f9f699f181ac217cda8de512b8385da173f884 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 10 Dec 2019 14:47:23 +1100 Subject: [PATCH] ctdb-tests: Don't bother shutting down daemons in ctdb_init() They'll never be up here... Signed-off-by: Martin Schwenke --- ctdb/tests/scripts/integration.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash index aa1554ee318..9b297313c8b 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 -- 2.47.3