ctdb-tests: Do not add $VALGRIND to ctdb command
authorAmitay Isaacs <amitay@gmail.com>
Wed, 27 Jul 2016 04:59:02 +0000 (14:59 +1000)
committerStefan Metzmacher <metze@samba.org>
Thu, 28 Jul 2016 03:00:18 +0000 (05:00 +0200)
unit_test wrapper already adds VALGRIND wrapper.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/tests/tool/scripts/local.sh

index 72d2d85fa11fe420177c5d53a51f59e46058a143..281a2e23262c38a923ef3d29c04a6d136fd77ae2 100644 (file)
@@ -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"
            ;;