diff options
| author | Gordon Sim <gsim@apache.org> | 2007-02-14 09:58:53 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-02-14 09:58:53 +0000 |
| commit | 38cb8cf201b1137fcd6555e82710f2f8bd749f6b (patch) | |
| tree | d76a1812e97dbf2ef6e744b560f82173fab8da5d /qpid/cpp/tests | |
| parent | 71ded27193b236d0bbc62989eaa5f7b973e958f3 (diff) | |
| download | qpid-python-38cb8cf201b1137fcd6555e82710f2f8bd749f6b.tar.gz | |
Applied patch from Jim Meyering, submitted on dev list:
* tests/setup: Remove use of libtool's --debug option.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@507458 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/tests')
| -rw-r--r-- | qpid/cpp/tests/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/tests/setup b/qpid/cpp/tests/setup index 40acffd584..9dde4758b1 100644 --- a/qpid/cpp/tests/setup +++ b/qpid/cpp/tests/setup @@ -30,7 +30,7 @@ vg_options=" if test x$VALGRIND = x; then vg= else - vg="libtool --debug --mode=execute valgrind `echo $vg_options` --" + vg="libtool --mode=execute valgrind `echo $vg_options` --" fi vg_leak_check() |
