[pypy-svn] r4942 - pypy/trunk/src/pypy/tool

hpk at codespeak.net hpk at codespeak.net
Sat Jun 5 12:24:18 CEST 2004


Author: hpk
Date: Sat Jun  5 12:24:18 2004
New Revision: 4942

Modified:
   pypy/trunk/src/pypy/tool/testit.py
Log:
get rid of wrong "using objspace ...." messages



Modified: pypy/trunk/src/pypy/tool/testit.py
==============================================================================
--- pypy/trunk/src/pypy/tool/testit.py	(original)
+++ pypy/trunk/src/pypy/tool/testit.py	Sat Jun  5 12:24:18 2004
@@ -357,7 +357,7 @@
         Options.spacename = spacename
 
     warnings.defaultaction = Options.showwarning and 'default' or 'ignore'
-    print >> sys.stderr, "running tests via", repr(objspace())
+    #print >> sys.stderr, "running tests via", repr(objspace())
     runner.run(suite)
 
 def main(root=None):



More information about the Pypy-commit mailing list