From: Martin Schwenke Date: Tue, 10 Dec 2019 03:47:23 +0000 (+1100) Subject: ctdb-tests: Don't bother shutting down daemons in ctdb_init() X-Git-Tag: talloc-2.3.2~1049 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58f9f699f181ac217cda8de512b8385da173f884;p=thirdparty%2Fsamba.git ctdb-tests: Don't bother shutting down daemons in ctdb_init() They'll never be up here... Signed-off-by: Martin Schwenke --- 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