mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
tests: Set the debug level = 3 when running local tests
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit b86b947797c51e3576c6b34f547434c3f0aa36f3)
This commit is contained in:
parent
f2a5fda861
commit
68ae5f7a3e
@ -763,7 +763,7 @@ daemons_start_1 ()
|
||||
echo "Node $no_public_ips will have no public IPs."
|
||||
fi
|
||||
|
||||
local ctdb_options="--reclock=$var_dir/rec.lock --nlist $CTDB_NODES --nopublicipcheck --event-script-dir=$CTDB_DIR/tests/events.d --logfile=$var_dir/daemons.log -d 0 --dbdir=$var_dir/test.db --dbdir-persistent=$var_dir/test.db/persistent --dbdir-state=$var_dir/test.db/state"
|
||||
local ctdb_options="--reclock=$var_dir/rec.lock --nlist $CTDB_NODES --nopublicipcheck --event-script-dir=$CTDB_DIR/tests/events.d --logfile=$var_dir/daemons.log -d 3 --dbdir=$var_dir/test.db --dbdir-persistent=$var_dir/test.db/persistent --dbdir-state=$var_dir/test.db/state"
|
||||
|
||||
if [ $(id -u) -eq 0 ]; then
|
||||
ctdb_options="$ctdb_options --public-interface=lo"
|
||||
|
Loading…
Reference in New Issue
Block a user