[Zope3-checkins] CVS: Zope3 - test.py:1.71

Chris Withers chrisw at nipltd.com
Fri Sep 12 10:46:04 EDT 2003


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv9412

Modified Files:
	test.py 
Log Message:
Add error output if tests aren't run when test.py --all is used. This doesn't feel graceful to me, but I can't think of anything better...
Alternative solutions welcome.

=== Zope3/test.py 1.70 => 1.71 ===
--- Zope3/test.py:1.70	Wed Jul 30 14:36:58 2003
+++ Zope3/test.py	Fri Sep 12 10:45:22 2003
@@ -715,6 +715,7 @@
             level = int(v)
         elif k == "--all":
             level = 0
+            os.environ["COMPLAIN_IF_TESTS_MISSED"]='1'
         elif k in ("-b", "--build"):
             build = True
         elif k == "-B":




More information about the Zope3-Checkins mailing list