[svn r38496] don't print the test-mode, that needs more thought how

to do it now

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-11 19:01:19 +01:00
parent bda58e9862
commit 14ad83da06
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ class TerminalSession(Session):
# modes.insert(0, 'child process')
#else:
# modes.insert(0, 'inprocess')
mode = "/".join(modes)
self.out.line("testing-mode: %s" % mode)
#mode = "/".join(modes)
#self.out.line("testing-mode: %s" % mode)
self.out.line("executable: %s (%s)" %
(py.std.sys.executable, repr_pythonversion()))
rev = py.__package__.getrev()