From: Martin Schwenke Date: Fri, 30 Mar 2018 09:46:41 +0000 (+1100) Subject: ctdb-tests: Ensure notify.sh is available to local daemons X-Git-Tag: ldb-1.4.0~491 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9dd3fd3c30962c1e47fc5514cdd88c8cbc96b7;p=thirdparty%2Fsamba.git ctdb-tests: Ensure notify.sh is available to local daemons Changes to notification configuration are coming, so ensure notify.sh is always "installed" for local daemons. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/simple/scripts/local_daemons.bash b/ctdb/tests/simple/scripts/local_daemons.bash index fa949ee3163..5f4eb457f31 100644 --- a/ctdb/tests/simple/scripts/local_daemons.bash +++ b/ctdb/tests/simple/scripts/local_daemons.bash @@ -115,7 +115,7 @@ setup_ctdb () local pnn for pnn in $(seq 0 $(($TEST_LOCAL_DAEMONS - 1))) ; do setup_ctdb_base "$SIMPLE_TESTS_VAR_DIR" "node.${pnn}" \ - functions + functions notify.sh cp "$nodes_file" "${CTDB_BASE}/nodes"