[Zodb-checkins] CVS: ZODB4 - test.py:1.10
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Fri, 13 Dec 2002 17:08:14 -0500
    
    
  
Update of /cvs-repository/ZODB4
In directory cvs.zope.org:/tmp/cvs-serv27227
Modified Files:
	test.py 
Log Message:
Remove -e flag.  CVS pychecker isn't so chatty.
=== ZODB4/test.py 1.9 => 1.10 ===
--- ZODB4/test.py:1.9	Wed Dec 11 16:46:37 2002
+++ ZODB4/test.py	Fri Dec 13 17:08:14 2002
@@ -435,7 +435,7 @@
             print __doc__
             sys.exit(0)
         elif k == '-C':
-            os.environ['PYCHECKER'] = "-e -q"
+            os.environ['PYCHECKER'] = "-q"
             import pychecker.checker
         elif k == '-g':
             gcthresh = int(v)