summaryrefslogtreecommitdiff
path: root/qpid/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
commit115d1e23009e09137916b7b6f46a5f1b207eeb6a (patch)
tree7918442e1fd390297bcd4ba0d6297a767d9a50d0 /qpid/cpp/src
parent9b4afc77de4a632ec7f1d4bf3f7e2074b07a014a (diff)
downloadqpid-python-115d1e23009e09137916b7b6f46a5f1b207eeb6a.tar.gz
Fix exit status when VALIGRIND=
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rwxr-xr-xqpid/cpp/src/tests/run_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_test b/qpid/cpp/src/tests/run_test
index b87e4fccbd..8fbaaaee07 100755
--- a/qpid/cpp/src/tests/run_test
+++ b/qpid/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"