diff options
| author | Alan Conway <aconway@apache.org> | 2007-04-02 22:05:57 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-04-02 22:05:57 +0000 |
| commit | 00fb349ab69097361825a57b8b4b22148a1b2a01 (patch) | |
| tree | 0a8a3ff56437a68f80ebc47fc529b9ad847c49bb /qpid/cpp | |
| parent | fc9cac14b0e3e3034ca03267e6a0e7b50d2db11f (diff) | |
| download | qpid-python-00fb349ab69097361825a57b8b4b22148a1b2a01.tar.gz | |
Fix error in flags.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@524941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/tests/.valgrindrc-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/.valgrindrc-default b/qpid/cpp/src/tests/.valgrindrc-default index f498da8ab2..41e484d04e 100644 --- a/qpid/cpp/src/tests/.valgrindrc-default +++ b/qpid/cpp/src/tests/.valgrindrc-default @@ -1,5 +1,5 @@ --gen-suppressions=all ---full_leak_check=--leak-check=full +--leak-check=full --demangle=yes --suppressions=.valgrind.supp --num-callers=25 |
