diff options
Diffstat (limited to 'cpp/src/tests/run_test')
| -rwxr-xr-x | cpp/src/tests/run_test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/tests/run_test b/cpp/src/tests/run_test index 8fbaaaee07..4d0da15d4c 100755 --- a/cpp/src/tests/run_test +++ b/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. |
