[Checkins] SVN: grokcore.chameleon/trunk/buildout.cfg Remove '-c' option for testrunner. It might confuse automated tests

Uli Fouquet uli at gnufix.de
Tue Jan 3 09:17:36 UTC 2012


Log message for revision 123887:
  Remove '-c' option for testrunner. It might confuse automated tests
  and cannot be unset if done in defaults.
  

Changed:
  U   grokcore.chameleon/trunk/buildout.cfg

-=-
Modified: grokcore.chameleon/trunk/buildout.cfg
===================================================================
--- grokcore.chameleon/trunk/buildout.cfg	2012-01-03 08:22:40 UTC (rev 123886)
+++ grokcore.chameleon/trunk/buildout.cfg	2012-01-03 09:17:35 UTC (rev 123887)
@@ -22,4 +22,4 @@
 eggs =
    grokcore.chameleon
    grokcore.chameleon[test]
-defaults = ['--tests-pattern', '^f?tests$', '-v', '-c']
+defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the checkins mailing list