SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/options.py Another Python 3 fix.
Lennart Regebro <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
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,
)