Code Review
/
trex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8315571
)
add error in case of valgrind error
author
Hanoh Haim
<
[email protected]
>
Mon, 15 Feb 2016 12:47:09 +0000
(14:47 +0200)
committer
Hanoh Haim
<
[email protected]
>
Mon, 15 Feb 2016 12:47:09 +0000
(14:47 +0200)
scripts/run-gtest-clean
patch
|
blob
|
history
diff --git
a/scripts/run-gtest-clean
b/scripts/run-gtest-clean
index
99994e3
..
7788b38
100755
(executable)
--- 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_*"