diff options
Diffstat (limited to 'tools/valgrind/valgrind_test.py')
-rwxr-xr-x | tools/valgrind/valgrind_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py index e7a4e39..cff96f2 100755 --- a/tools/valgrind/valgrind_test.py +++ b/tools/valgrind/valgrind_test.py @@ -195,7 +195,7 @@ class ValgrindLinux(Valgrind): else: # construct the valgrind command proc = ["valgrind", "--smc-check=all", "--leak-check=full", - "--num-callers=30"] + "--num-callers=50"] if self._options.show_all_leaks: proc += ["--show-reachable=yes"]; |