]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Switch to using new event daemon
authorAmitay Isaacs <amitay@gmail.com>
Thu, 21 Jun 2018 08:02:06 +0000 (18:02 +1000)
committerMartin Schwenke <martins@samba.org>
Thu, 5 Jul 2018 07:39:33 +0000 (09:39 +0200)
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Thu Jul  5 09:39:33 CEST 2018 on sn-devel-144

ctdb/tests/simple/scripts/local_daemons.bash

index a47080574a9f6d0ce8b68bfe22f28744bbc32ccc..dd383cf628908f13cbc27cfa8f11e49e9f88b2f5 100644 (file)
@@ -7,8 +7,8 @@ if [ -n "$ctdb_dir" -a -d "${ctdb_dir}/bin" ] ; then
        # ctdbd_wrapper is in config/ directory
        PATH="${ctdb_dir}/bin:${ctdb_dir}/config:${PATH}"
        hdir="${ctdb_dir}/bin"
-       export CTDB_EVENTD="${hdir}/ctdb_eventd"
-       export CTDB_EVENT_HELPER="${hdir}/ctdb_event"
+       export CTDB_EVENTD="${hdir}/ctdb-eventd"
+       export CTDB_EVENT_HELPER="${hdir}/ctdb-event"
        export CTDB_LOCK_HELPER="${hdir}/ctdb_lock_helper"
        export CTDB_RECOVERY_HELPER="${hdir}/ctdb_recovery_helper"
        export CTDB_TAKEOVER_HELPER="${hdir}/ctdb_takeover_helper"
@@ -155,7 +155,7 @@ setup_ctdb ()
        state database directory = ${db_dir}/state
 
 [event]
-       debug script = ${CTDB_BASE}/debug-hung-script.sh
+       debug script = debug-hung-script.sh
 EOF
        done
 }