[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Run the tests on all layers.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Sat Oct 9 12:31:31 EDT 2010


Log message for revision 117409:
  Run the tests on all layers.

Changed:
  U   Sandbox/janjaapdriessen/buildbot/buildout.cfg

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-09 15:22:42 UTC (rev 117408)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-09 16:31:30 UTC (rev 117409)
@@ -85,7 +85,7 @@
 periodic-scheduler = 1440
 email-zope-test-style = True
 # sensible defaults
-test = bin/test
+test = bin/test --all
 buildout = bin/buildout -v
 mailmode = failing
 mailto = root at localhost
@@ -111,21 +111,21 @@
 slaves = slave-win
 bootstrap = C:\projects\virtualenv-2.5\Scripts\python bootstrap.py
 buildout = bin\buildout -v
-test = bin\test
+test = bin\test --all
 
 [project-macro-win-py2.6]
 <= project-macro
 slaves = slave-win
 bootstrap = C:\projects\virtualenv-2.6\Scripts\python bootstrap.py
 buildout = bin\buildout -v
-test = bin\test
+test = bin\test --all
 
 [project-macro-win-py2.7]
 <= project-macro
 slaves = slave-win
 bootstrap = C:\projects\virtualenv-2.7\Scripts\python bootstrap.py
 buildout = bin\buildout -v
-test = bin\test
+test = bin\test --all
 
 [py2.5]
 recipe = zc.recipe.macro



More information about the checkins mailing list