mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
switch from --logfile-fd= to --log-fd= to match newer valgrind options
This commit is contained in:
@@ -40,7 +40,7 @@ PATH=../obj/$BUILD/bin:$PATH
|
||||
run_test_libFLAC ()
|
||||
{
|
||||
if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then
|
||||
valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_libFLAC $* 4>>test_libFLAC.valgrind.log
|
||||
valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_libFLAC $* 4>>test_libFLAC.valgrind.log
|
||||
else
|
||||
test_libFLAC $*
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user