From: Amitay Isaacs Date: Thu, 7 Nov 2013 05:01:49 +0000 (+1100) Subject: tests: Fix calling of ctdb tool from test X-Git-Tag: ctdb-2.5.1~43 X-Git-Url: http://git.samba.org/?p=ctdb.git;a=commitdiff_plain;h=9381c33dfd40192b7532d942059c2959dfae059d tests: Fix calling of ctdb tool from test Signed-off-by: Amitay Isaacs --- diff --git a/tests/simple/54_ctdb_transaction_recovery.sh b/tests/simple/54_ctdb_transaction_recovery.sh index baeea22a..d796e94d 100755 --- a/tests/simple/54_ctdb_transaction_recovery.sh +++ b/tests/simple/54_ctdb_transaction_recovery.sh @@ -28,7 +28,7 @@ recovery_loop() while true ; do echo Recovery $COUNT - ctdb recover + try_command_on_node 0 $CTDB recover sleep 2 COUNT=$((COUNT + 1)) done