Use $CTDB_TEST_WRAPPER in 51_ctdb_bench.sh.
authorMartin Schwenke <martin@meltin.net>
Tue, 13 Jan 2009 03:51:40 +0000 (14:51 +1100)
committerMartin Schwenke <martin@meltin.net>
Tue, 13 Jan 2009 03:51:40 +0000 (14:51 +1100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
tests/simple/51_ctdb_bench.sh

index 7a1abc83f0f082ad9a20a8f5bb281f95b091f1b4..b5072c34f9ac9065adefd8b85b180cc8958d8a5d 100755 (executable)
@@ -38,7 +38,7 @@ 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 $VALGRIND ctdb_bench -n $num_nodes
+try_command_on_node -v -pq all $CTDB_TEST_WRAPPER $VALGRIND ctdb_bench -n $num_nodes
 
 # Get the last line of output.
 while read line ; do