diff options
| author | Alan Conway <aconway@apache.org> | 2008-08-15 22:40:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-08-15 22:40:30 +0000 |
| commit | 289fa5870d89af4e4cb1b38fa0af37e739dbe421 (patch) | |
| tree | a248a70eb8204dfe675ed2d47d73934c4a217b67 /qpid/cpp/src/tests/ais_check | |
| parent | e19070a17640bbf2e82fbca281ac8033bd54daf6 (diff) | |
| download | qpid-python-289fa5870d89af4e4cb1b38fa0af37e739dbe421.tar.gz | |
Fix memory leak in Cluster and enable valgrind in ais_check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@686409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ais_check')
| -rwxr-xr-x | qpid/cpp/src/tests/ais_check | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ais_check b/qpid/cpp/src/tests/ais_check index e2d53b5870..d76841eb1d 100755 --- a/qpid/cpp/src/tests/ais_check +++ b/qpid/cpp/src/tests/ais_check @@ -1,4 +1,5 @@ #!/bin/sh +srcdir=`dirname $0` # Check AIS requirements tests if found. id -nG | grep '\<ais\>' >/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 |
