mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
make valgrind output go into test-specific log file instead of one massive valgrind.log
This commit is contained in:
@@ -31,7 +31,7 @@ export PATH
|
||||
run_test_libOggFLAC ()
|
||||
{
|
||||
if [ "$FLAC__VALGRIND" = yes ] ; then
|
||||
valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_libOggFLAC $* 4>>valgrind.log
|
||||
valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --logfile-fd=4 test_libOggFLAC $* 4>>test_libOggFLAC.valgrind.log
|
||||
else
|
||||
test_libOggFLAC $*
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user