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

tests/tool: Run ctdb_tool_* under $VALGRIND

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 6616a5712b5d4db2b9ba6a88cec79378696c2184)
This commit is contained in:
Martin Schwenke 2012-07-20 17:00:12 +10:00 committed by Amitay Isaacs
parent d26c21df4a
commit a90f6d7cd1

View File

@ -30,7 +30,7 @@ simple_test ()
OUT_FILTER='s@^[0-9/]+\ [0-9:\.]+\ \[[\ 0-9]+\]:@DATE\ TIME\ \[PID\]:@'
fi
_out=$($test_prog "$@" 2>&1)
_out=$($VALGRIND $test_prog "$@" 2>&1)
result_check
}