[Zodb-checkins] SVN: ZODB/trunk/buildout.cfg Run all tests by default. (Test levels are stupid.)

Jim Fulton jim at zope.com
Fri Dec 12 12:23:54 EST 2008


Log message for revision 93993:
  Run all tests by default. (Test levels are stupid.)
  

Changed:
  U   ZODB/trunk/buildout.cfg

-=-
Modified: ZODB/trunk/buildout.cfg
===================================================================
--- ZODB/trunk/buildout.cfg	2008-12-12 15:58:24 UTC (rev 93992)
+++ ZODB/trunk/buildout.cfg	2008-12-12 17:23:53 UTC (rev 93993)
@@ -11,6 +11,7 @@
   try: os.mkdir('tmp')
   except: pass
   tempfile.tempdir = os.path.abspath('tmp')
+default = ['--all']
 
 [scripts]
 recipe = zc.recipe.egg



More information about the Zodb-checkins mailing list