summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/run-gtest-clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-gtest-clean b/scripts/run-gtest-clean
index 99994e31..7788b38f 100755
--- a/scripts/run-gtest-clean
+++ b/scripts/run-gtest-clean
@@ -1,3 +1,3 @@
#! /bin/bash
-valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_*"
+valgrind --leak-check=full --error-exitcode=1 --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_*"