[Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/options.py Another Python 3 fix.

Lennart Regebro regebro at gmail.com
Thu Dec 10 08:48:23 EST 2009


Log message for revision 106391:
  Another Python 3 fix.
  

Changed:
  U   zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/options.py

-=-
Modified: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/options.py
===================================================================
--- zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/options.py	2009-12-10 12:47:38 UTC (rev 106390)
+++ zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/options.py	2009-12-10 13:48:22 UTC (rev 106391)
@@ -458,6 +458,7 @@
     slow_test_threshold=10,
     processes=1,
     verbose=0,
+    repeat=1,
     )
 
 



More information about the Zope3-Checkins mailing list