You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2007/02/14 10:58:54 UTC

svn commit: r507458 - /incubator/qpid/trunk/qpid/cpp/tests/setup

Author: gsim
Date: Wed Feb 14 01:58:53 2007
New Revision: 507458

URL: http://svn.apache.org/viewvc?view=rev&rev=507458
Log:
Applied patch from Jim Meyering, submitted on dev list:

	* tests/setup: Remove use of libtool's --debug option.


Modified:
    incubator/qpid/trunk/qpid/cpp/tests/setup

Modified: incubator/qpid/trunk/qpid/cpp/tests/setup
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/tests/setup?view=diff&rev=507458&r1=507457&r2=507458
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/tests/setup (original)
+++ incubator/qpid/trunk/qpid/cpp/tests/setup Wed Feb 14 01:58:53 2007
@@ -30,7 +30,7 @@
 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()