Author: pgollucci
Date: Sat Jul 15 21:20:50 2006
New Revision: 422369

URL: http://svn.apache.org/viewvc?rev=422369&view=rev
Log:
put some space between the test suites
and tabify the Makefile syntax correctly


Modified:
    perl/modperl/branches/1.x/Makefile.PL

Modified: perl/modperl/branches/1.x/Makefile.PL
URL: 
http://svn.apache.org/viewvc/perl/modperl/branches/1.x/Makefile.PL?rev=422369&r1=422368&r2=422369&view=diff
==============================================================================
--- perl/modperl/branches/1.x/Makefile.PL (original)
+++ perl/modperl/branches/1.x/Makefile.PL Sat Jul 15 21:20:50 2006
@@ -1570,7 +1570,8 @@
 
 run_tests:
        $(FULLPERL) $(MP_TEST_SCRIPT) $(TEST_VERBOSE)
-    cd Apache-SizeLimit ; $(MAKE) test
+       @(echo ; echo ; echo)
+       cd Apache-SizeLimit ; $(MAKE) test
 ),
 
 $my_test,


Reply via email to