diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-27 13:32:11 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-27 13:32:11 +0000 |
| commit | 115d1e23009e09137916b7b6f46a5f1b207eeb6a (patch) | |
| tree | 7918442e1fd390297bcd4ba0d6297a767d9a50d0 /qpid/cpp/src | |
| parent | 9b4afc77de4a632ec7f1d4bf3f7e2074b07a014a (diff) | |
| download | qpid-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-x | qpid/cpp/src/tests/run_test | 2 |
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" |
