From: Martin Schwenke Date: Wed, 2 May 2018 02:37:21 +0000 (+1000) Subject: ctdb-tests: Add setup of ctdb.conf database directory settings X-Git-Tag: ldb-1.4.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff3d0e70b69d47e62478b3f5a6b8bc3957a01444;p=thirdparty%2Fsamba.git ctdb-tests: Add setup of ctdb.conf database directory settings Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/eventscripts/scripts/local.sh b/ctdb/tests/eventscripts/scripts/local.sh index 101769bf9e2..def4192d69c 100644 --- a/ctdb/tests/eventscripts/scripts/local.sh +++ b/ctdb/tests/eventscripts/scripts/local.sh @@ -102,6 +102,12 @@ setup_dbdir () export CTDB_DBDIR="${CTDB_DBDIR_BASE}/volatile" export CTDB_DBDIR_PERSISTENT="${CTDB_DBDIR_BASE}/persistent" export CTDB_DBDIR_STATE="${CTDB_DBDIR_BASE}/state" + cat >>"${CTDB_BASE}/ctdb.conf" <