summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/valgrind/valgrind_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
index b4a702d..c837235 100755
--- a/tools/valgrind/valgrind_test.py
+++ b/tools/valgrind/valgrind_test.py
@@ -343,6 +343,8 @@ class Memcheck(ValgrindTool):
if self._options.show_all_leaks:
ret += ["--show-reachable=yes"];
+ else:
+ ret += ["--show-possible=no"];
if self._options.track_origins:
ret += ["--track-origins=yes"];