From 9d06933c6c7120c3cfa4eb4998558dd62c558d36 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 27 Jun 2008 13:32:11 +0000 Subject: Fix exit status when VALIGRIND= git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@672269 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/run_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/run_test') 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" -- cgit v1.2.1