[Checkins] SVN: zc.sharing/trunk/buildout.cfg Fixed test-script definition to look for ntests.py.

Jim Fulton jim at zope.com
Tue Apr 10 08:44:59 EDT 2007


Log message for revision 74086:
  Fixed test-script definition to look for ntests.py.
  

Changed:
  U   zc.sharing/trunk/buildout.cfg

-=-
Modified: zc.sharing/trunk/buildout.cfg
===================================================================
--- zc.sharing/trunk/buildout.cfg	2007-04-10 12:41:30 UTC (rev 74085)
+++ zc.sharing/trunk/buildout.cfg	2007-04-10 12:44:58 UTC (rev 74086)
@@ -31,7 +31,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
-defaults = ['--tests-pattern', 'f?tests$']
+defaults = ['--tests-pattern', 'n?tests$']
 eggs = zc.sharing 
        zc.security
 



More information about the Checkins mailing list