summaryrefslogtreecommitdiffstats
path: root/scripts/t-rex-64-valgrind
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2016-12-04 15:14:43 +0200
committerimarom <imarom@cisco.com>2016-12-04 15:14:43 +0200
commit10e549c80e4652161c0b212be835ec01e33441e9 (patch)
tree57152c5e05077bc40d9cd2801f639ccc0875d47a /scripts/t-rex-64-valgrind
parentc2e0fc656cb6b3e34939dbe2b9495282f6fd0f53 (diff)
valgrind cleanup and suppresion
Signed-off-by: imarom <imarom@cisco.com>
Diffstat (limited to 'scripts/t-rex-64-valgrind')
-rwxr-xr-xscripts/t-rex-64-valgrind3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/t-rex-64-valgrind b/scripts/t-rex-64-valgrind
index 5ac2becf..d11491ba 100755
--- a/scripts/t-rex-64-valgrind
+++ b/scripts/t-rex-64-valgrind
@@ -31,7 +31,8 @@ export LD_LIBRARY_PATH=$PWD:$PWD/dumy_libs
fi
export VALGRIND_LIB=/auto/proj-pcube-b/apps/PL-b/tools/valgrind-dpdk/lib/valgrind
-export VALGRIND_BIN="/auto/proj-pcube-b/apps/PL-b/tools/valgrind-dpdk/bin/valgrind --leak-check=full"
+export VALGRIND_BIN="/auto/proj-pcube-b/apps/PL-b/tools/valgrind-dpdk/bin/valgrind --leak-check=full --error-exitcode=1 --suppressions=valgrind.sup"
+export GLIBCXX_FORCE_NEW=1
if [ -t 0 ] && [ -t 1 ]; then
export is_tty=true