1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

tests/takeover: Support valgrinding the takeover code

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

(This used to be ctdb commit 06ad6b8a19f830472b0ed65cb52e7c3ea74ed1dc)
This commit is contained in:
Martin Schwenke 2012-12-13 20:29:22 +11:00
parent 752ab15cb1
commit c43da5d1c0

View File

@ -30,7 +30,7 @@ simple_test ()
fi
_states="$1"
_out=$($test_prog $_states 2>&1)
_out=$($VALGRIND $test_prog $_states 2>&1)
result_check "Algorithm: $algorithm"
}