From: Amitay Isaacs Date: Wed, 27 Jul 2016 04:59:02 +0000 (+1000) Subject: ctdb-tests: Do not add $VALGRIND to ctdb command X-Git-Tag: tdb-1.3.10~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10771cf4ce07ef593a70ff3a6d5122b2cbe28b5;p=thirdparty%2Fsamba.git ctdb-tests: Do not add $VALGRIND to ctdb command unit_test wrapper already adds VALGRIND wrapper. Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- diff --git a/ctdb/tests/tool/scripts/local.sh b/ctdb/tests/tool/scripts/local.sh index 72d2d85fa11..281a2e23262 100644 --- a/ctdb/tests/tool/scripts/local.sh +++ b/ctdb/tests/tool/scripts/local.sh @@ -19,7 +19,7 @@ define_test () ctdb.*) _cmd="${_f#ctdb.}" _cmd="${_cmd%.*}" # Strip test number - export CTDB="$VALGRIND ctdb --socket $ctdbd_socket" + export CTDB="ctdb --socket $ctdbd_socket" export CTDB_DEBUGLEVEL=2 test_args="$_cmd" ;;