[Checkins] SVN: zc.objectlog/trunk/buildout.cfg added configuration to display test results using the auto-color settings.

Satchidanand Haridas satchit at zope.com
Wed Apr 2 13:44:21 EDT 2008


Log message for revision 85063:
  added configuration to display test results using the auto-color settings.
  
  

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

-=-
Modified: zc.objectlog/trunk/buildout.cfg
===================================================================
--- zc.objectlog/trunk/buildout.cfg	2008-04-02 17:39:48 UTC (rev 85062)
+++ zc.objectlog/trunk/buildout.cfg	2008-04-02 17:44:20 UTC (rev 85063)
@@ -4,6 +4,7 @@
 
 [test]
 recipe = zc.recipe.testrunner
+defaults = '--tests-pattern tests --exit-with-status -1 --auto-color'.split()
 eggs = zc.objectlog
 
 



More information about the Checkins mailing list