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:
parent
752ab15cb1
commit
c43da5d1c0
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user