1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

ctdb-tests: Do not add $VALGRIND to ctdb command

unit_test wrapper already adds VALGRIND wrapper.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Amitay Isaacs 2016-07-27 14:59:02 +10:00 committed by Stefan Metzmacher
parent a86be20872
commit d10771cf4c

View 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"
;;