summaryrefslogtreecommitdiffstats
path: root/scripts/run-gtest-clean
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-12-15 11:24:07 -0500
committerimarom <imarom@cisco.com>2015-12-15 11:36:46 -0500
commit419a25e989c47dcc5e94b9e3bc64252fb5197f10 (patch)
tree3224bdb70b648e3cbe9f26c429dee74d5d50aed2 /scripts/run-gtest-clean
parent96314dfde866a6b866464c9a91331a266ea137bc (diff)
VM: connected control plane to DP
Diffstat (limited to 'scripts/run-gtest-clean')
-rw-r--r--scripts/run-gtest-clean3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/run-gtest-clean b/scripts/run-gtest-clean
index c3f6ef9c..99994e31 100644
--- a/scripts/run-gtest-clean
+++ b/scripts/run-gtest-clean
@@ -1,2 +1,3 @@
#! /bin/bash
-valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_stl.*"
+valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_*"
+