diff options
| author | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
| commit | dadcc5aae18b3d6de4410f0dd381cf2283a54e83 (patch) | |
| tree | 1b1ef852fbdc3e876c07b8a312353ed80c1b0c49 /qpid/cpp/src/tests/run_test | |
| parent | 67950fcc3be6df960fc0aaeec53c69d0797f4acb (diff) | |
| download | qpid-python-dadcc5aae18b3d6de4410f0dd381cf2283a54e83.tar.gz | |
Cluster: shadow connections, fix lifecycle & valgrind issues.
- tests/ForkedBroker: improved broker forking, exec full qpidd.
- Plugin::addFinalizer - more flexible way to shutdown plugins.
- Reworked cluster extension points using boost::function.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@677471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_test')
| -rwxr-xr-x | qpid/cpp/src/tests/run_test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/run_test b/qpid/cpp/src/tests/run_test index 8fbaaaee07..4d0da15d4c 100755 --- a/qpid/cpp/src/tests/run_test +++ b/qpid/cpp/src/tests/run_test @@ -38,9 +38,11 @@ VALGRIND_OPTS=" --demangle=yes --suppressions=$srcdir/.valgrind.supp --num-callers=25 ---trace-children=yes --log-file=$VG_LOG -- " +# FIXME aconway 2008-07-16: removed --trace-children=yes, problems with cluster tests forking +# qpidd libtool script. Investigate & restore --trace-children if possible. + ERROR=0 if grep -l "^# Generated by .*libtool" "$1" >/dev/null 2>&1; then # This is a libtool "executable". Valgrind it if VALGRIND specified. |
