[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:
parent
bda58e9862
commit
14ad83da06
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue