Increase the number of entries in the stack trace in test-valgrind

The default seems to hide a lot of detail when the malloc call is very
deep inside a library and not in dunst code itself.
This commit is contained in:
Nikos Tsipinakis 2018-03-19 08:36:22 +02:00
parent 3bfc77864f
commit f02626e1a7

View File

@ -80,6 +80,7 @@ test-valgrind: test/test
--leak-check=full \ --leak-check=full \
--show-leak-kinds=definite \ --show-leak-kinds=definite \
--errors-for-leak-kinds=definite \ --errors-for-leak-kinds=definite \
--num-callers=40 \
--error-exitcode=123 \ --error-exitcode=123 \
./test ./test