Reduce valgrind num-callers to 50
[platform/upstream/flac.git] / test / test_libFLAC++.sh
index 419512e..369cb3a 100755 (executable)
@@ -43,7 +43,7 @@ PATH=../objs/$BUILD/bin:$PATH
 run_test_libFLACpp ()
 {
        if [ x"$FLAC__TEST_WITH_VALGRIND" = xyes ] ; then
-               valgrind --leak-check=yes --show-reachable=yes --num-callers=100 --log-fd=4 test_libFLAC++ $* 4>>test_libFLAC++.valgrind.log
+               valgrind --leak-check=yes --show-reachable=yes --num-callers=50 --log-fd=4 test_libFLAC++ $* 4>>test_libFLAC++.valgrind.log
        else
                test_libFLAC++ $*
        fi