Commit 2cb10197 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Add compress supresssion for valgrind. Addresses #1131.

git-svn-id: file:///svn/tokudb.1131@5956 c7de825b-a66e-492c-adef-691d508d4ae1
parent 9d9c4f78
...@@ -23,7 +23,7 @@ LDLIBS = ../../lib/libtokudb_cxx.a ../../lib/libtokudb.a -lz ...@@ -23,7 +23,7 @@ LDLIBS = ../../lib/libtokudb_cxx.a ../../lib/libtokudb.a -lz
ifneq ($(OSX),) ifneq ($(OSX),)
VGRIND= VGRIND=
else else
VGRIND=valgrind --quiet --error-exitcode=1 --leak-check=yes VGRIND=valgrind --quiet --error-exitcode=1 --leak-check=yes --suppressions=../../newbrt/valgrind.suppressions
endif endif
default: build default: build
......
...@@ -24,7 +24,7 @@ else ...@@ -24,7 +24,7 @@ else
# SETTOKUENV= # SETTOKUENV=
# UNSETTOKUENV= # UNSETTOKUENV=
LIBEXT=so LIBEXT=so
VGRIND=valgrind --quiet --error-exitcode=1 --leak-check=full --show-reachable=yes VGRIND=valgrind --quiet --error-exitcode=1 --leak-check=full --show-reachable=yes --suppressions=../../newbrt/valgrind.suppressions
HGRIND=valgrind --quiet --tool=helgrind HGRIND=valgrind --quiet --tool=helgrind
endif endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment