From a89ff937607b452a1b890861700eea08e08e7724 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 15 Aug 2008 22:40:30 +0000 Subject: Fix memory leak in Cluster and enable valgrind in ais_check git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@686409 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/ais_check | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/ais_check b/cpp/src/tests/ais_check index e2d53b5870..d76841eb1d 100755 --- a/cpp/src/tests/ais_check +++ b/cpp/src/tests/ais_check @@ -1,4 +1,5 @@ #!/bin/sh +srcdir=`dirname $0` # Check AIS requirements tests if found. id -nG | grep '\' >/dev/null || \ @@ -31,6 +32,6 @@ with_ais_group() { # Run the tests srcdir=`dirname $0` -with_ais_group ./cluster_test || ERROR=1 +with_ais_group $srcdir/run_test ./cluster_test || ERROR=1 exit $ERROR -- cgit v1.2.1