mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 16:58:02 +02:00
tests: don't limit the valgrind tracebacks to 12 frames
The glib tracebacks are typically longer.
(cherry picked from commit d909e76d9e)
This commit is contained in:
parent
4fa342aefc
commit
c2233f4484
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ $LIBTOOL --mode=execute "$VALGRIND" \
|
||||||
--leak-check=full \
|
--leak-check=full \
|
||||||
--gen-suppressions=all \
|
--gen-suppressions=all \
|
||||||
--suppressions="$SUPPRESSIONS" \
|
--suppressions="$SUPPRESSIONS" \
|
||||||
|
--num-callers=100 \
|
||||||
--log-file="$LOGFILE" \
|
--log-file="$LOGFILE" \
|
||||||
"$@"
|
"$@"
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue