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:
parent
3bfc77864f
commit
f02626e1a7
1
Makefile
1
Makefile
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user