[Jifty-commit] r3837 - jifty/trunk

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Aug 10 05:09:40 EDT 2007


Author: agentz
Date: Fri Aug 10 05:09:35 2007
New Revision: 3837

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/Makefile.PL

Log:
 r1254 at agentz-office:  agentz | 2007-08-10 17:08:14 +0800
 Makefile.PL - do NOT skip any tests under t/ unintentionally ;)


Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Fri Aug 10 05:09:35 2007
@@ -169,7 +169,7 @@
 install_share;
 
 # Test all of our sub-dist tests too
-tests('t/*.t t/*/t/*.t');
+tests('t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t');
 
 WriteAll;
 


More information about the Jifty-commit mailing list