1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Test suite: make addip test use $CTDB rather than ctdb in debug code.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 5bb6b28ab7b45b7242d100ae8f1483d02e1d0d1d)
This commit is contained in:
Martin Schwenke 2010-08-11 16:55:33 +10:00
parent 8b0bbf960b
commit d549c31031

View File

@ -115,6 +115,6 @@ if wait_until 60 ips_are_on_nodeglob $test_node ${add_ip%/*} ; then
echo "That worked!"
else
echo "BAD: IP didn't get added."
try_command_on_node $test_node ctdb ip -n all
try_command_on_node $test_node $CTDB ip -n all
exit 1
fi