summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-06-27 13:32:11 +0000
committerAlan Conway <aconway@apache.org>2008-06-27 13:32:11 +0000
commit9d06933c6c7120c3cfa4eb4998558dd62c558d36 (patch)
tree89635685b5660dde199ab83d720558a83c28d237 /cpp/src
parent9e115470654bf67fbb4720ab3bfb3768b9331e55 (diff)
downloadqpid-python-9d06933c6c7120c3cfa4eb4998558dd62c558d36.tar.gz
Fix exit status when VALIGRIND=
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/tests/run_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/run_test b/cpp/src/tests/run_test
index b87e4fccbd..8fbaaaee07 100755
--- a/cpp/src/tests/run_test
+++ b/cpp/src/tests/run_test
@@ -41,7 +41,7 @@ VALGRIND_OPTS="
--trace-children=yes
--log-file=$VG_LOG --
"
-
+ERROR=0
if grep -l "^# Generated by .*libtool" "$1" >/dev/null 2>&1; then
# This is a libtool "executable". Valgrind it if VALGRIND specified.
test -n "$VALGRIND" && VALGRIND="$VALGRIND $VALGRIND_OPTS"