[Checkins] SVN: grokproject/trunk/buildout.cfg The test pattern is not necessary any more.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Apr 15 06:51:33 EDT 2010


Log message for revision 110938:
  The test pattern is not necessary any more.

Changed:
  U   grokproject/trunk/buildout.cfg

-=-
Modified: grokproject/trunk/buildout.cfg
===================================================================
--- grokproject/trunk/buildout.cfg	2010-04-15 10:07:24 UTC (rev 110937)
+++ grokproject/trunk/buildout.cfg	2010-04-15 10:51:33 UTC (rev 110938)
@@ -1,7 +1,8 @@
 [buildout]
 newest = false
 develop = .
-parts = grokproject test
+parts = grokproject
+        test
 
 [grokproject]
 recipe = zc.recipe.egg
@@ -11,4 +12,3 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = grokproject[tests]
-defaults = ['--tests-pattern', '^f?tests$$', '-v']



More information about the checkins mailing list