diff options
| author | Alan Conway <aconway@apache.org> | 2008-11-05 17:09:33 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-11-05 17:09:33 +0000 |
| commit | 65ad0983bf7521a8a5255cfeac307609376bab9e (patch) | |
| tree | 994bc6fed53b02408054100ef26a4512bf62a84b /qpid/cpp/src/tests/run_test | |
| parent | a688ff0bde040f8311ca6c179344f9288053cf25 (diff) | |
| download | qpid-python-65ad0983bf7521a8a5255cfeac307609376bab9e.tar.gz | |
Cluster: clean up connections when a member leaves the cluster.
Fixed a memory error in cluster_test and some reporting errors in test scripts.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@711623 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_test')
| -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 4d0da15d4c..c4789bb391 100755 --- a/qpid/cpp/src/tests/run_test +++ b/qpid/cpp/src/tests/run_test @@ -49,7 +49,7 @@ if grep -l "^# Generated by .*libtool" "$1" >/dev/null 2>&1; then test -n "$VALGRIND" && VALGRIND="$VALGRIND $VALGRIND_OPTS" # Hide output unless there's an error. libtool --mode=execute $VALGRIND "$@" 2>&1 || ERROR=1 - test -n "$VALGRIND" && { vg_check $VG_LOG* || ERROR=1 ; } + test -n "$VALGRIND" && { vg_check $VG_LOG || ERROR=1 ; } else # This is a non-libtool shell script, just execute it. exec "$@" |
