Author: aconway
Date: Fri Jun 27 06:32:11 2008
New Revision: 672269

URL: http://svn.apache.org/viewvc?rev=672269&view=rev
Log:
Fix exit status when VALIGRIND=

Modified:
    incubator/qpid/trunk/qpid/cpp/src/tests/run_test

Modified: incubator/qpid/trunk/qpid/cpp/src/tests/run_test
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/tests/run_test?rev=672269&r1=672268&r2=672269&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/tests/run_test (original)
+++ incubator/qpid/trunk/qpid/cpp/src/tests/run_test Fri Jun 27 06:32:11 2008
@@ -41,7 +41,7 @@
 --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"


Reply via email to