You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by sf...@apache.org on 2012/07/05 23:52:29 UTC

svn commit: r1357957 - /apr/apr/trunk/test/Makefile.in

Author: sf
Date: Thu Jul  5 21:52:28 2012
New Revision: 1357957

URL: http://svn.apache.org/viewvc?rev=1357957&view=rev
Log:
Run tests with -v by default, to make debugging easier

Modified:
    apr/apr/trunk/test/Makefile.in

Modified: apr/apr/trunk/test/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.in?rev=1357957&r1=1357956&r2=1357957&view=diff
==============================================================================
--- apr/apr/trunk/test/Makefile.in (original)
+++ apr/apr/trunk/test/Makefile.in Thu Jul  5 21:52:28 2012
@@ -187,7 +187,7 @@ check: $(TESTALL_COMPONENTS) $(STDTEST_P
 			done; \
 	        else \
 			@shlibpath_var@="`echo "../dbm/.libs:../dbd/.libs:$$@shlibpath_var@" | sed -e 's/::*$$//'`" \
-			./$$prog; \
+			./$$prog -v; \
 			status=$$?; \
 			if test $$status != 0; then \
 				teststatus=$$status; \