summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2014-01-13 15:16:46 +1100
committerMartin Schwenke <martin@meltin.net>2014-01-16 12:11:38 +1100
commitdd98b9df6651054dabefdf439735042a78cfea2e (patch)
tree1f1103c4375ac39077a223a64a40012af0d03c40
parent97575e1ba0b7fecef2b26f2da1c0d8cb769a37a8 (diff)
downloadsamba-dd98b9df6651054dabefdf439735042a78cfea2e.tar.gz
samba-dd98b9df6651054dabefdf439735042a78cfea2e.tar.xz
samba-dd98b9df6651054dabefdf439735042a78cfea2e.zip
ctdb-tests: Set CTDB_EVENT_HELPER when running with local daemons
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
-rw-r--r--ctdb/tests/simple/scripts/local_daemons.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/tests/simple/scripts/local_daemons.bash b/ctdb/tests/simple/scripts/local_daemons.bash
index 7c3407f8aa7..da5ed05f10d 100644
--- a/ctdb/tests/simple/scripts/local_daemons.bash
+++ b/ctdb/tests/simple/scripts/local_daemons.bash
@@ -11,6 +11,7 @@ done
if [ -n "$ctdb_dir" -a -d "${ctdb_dir}/bin" ] ; then
PATH="${ctdb_dir}/bin:${PATH}"
export CTDB_LOCK_HELPER="${ctdb_dir}/bin/ctdb_lock_helper"
+ export CTDB_EVENT_HELPER="${ctdb_dir}/bin/ctdb_event_helper"
fi
export CTDB_NODES="${TEST_VAR_DIR}/nodes.txt"