summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/simple/51_ctdb_bench.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/simple/51_ctdb_bench.sh')
-rwxr-xr-xctdb/tests/simple/51_ctdb_bench.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/tests/simple/51_ctdb_bench.sh b/ctdb/tests/simple/51_ctdb_bench.sh
index 6996ca678cb..7a1abc83f0f 100755
--- a/ctdb/tests/simple/51_ctdb_bench.sh
+++ b/ctdb/tests/simple/51_ctdb_bench.sh
@@ -34,11 +34,11 @@ set -e
onnode 0 $CTDB_TEST_WRAPPER cluster_is_healthy
-try_command_on_node 0 "ctdb listnodes"
+try_command_on_node 0 "$CTDB listnodes"
num_nodes=$(echo "$out" | wc -l)
echo "Running ctdb_bench on all $num_nodes nodes."
-try_command_on_node -v -pq all ctdb_bench -n $num_nodes
+try_command_on_node -v -pq all $VALGRIND ctdb_bench -n $num_nodes
# Get the last line of output.
while read line ; do