[Zope3-checkins] SVN: zope.testing/trunk/test.py Changed to pass the testrunner failure status to sys.exit.

Jim Fulton jim at zope.com
Wed Jul 13 18:28:33 EDT 2005


Log message for revision 33303:
  Changed to pass the testrunner failure status to sys.exit.
  

Changed:
  U   zope.testing/trunk/test.py

-=-
Modified: zope.testing/trunk/test.py
===================================================================
--- zope.testing/trunk/test.py	2005-07-13 22:24:08 UTC (rev 33302)
+++ zope.testing/trunk/test.py	2005-07-13 22:28:33 UTC (rev 33303)
@@ -31,4 +31,4 @@
     '--tests-pattern', '^tests$',
     ]
 
-testrunner.run(defaults)
+sys.exit(testrunner.run(defaults))



More information about the Zope3-Checkins mailing list