From 14ad83da06fd8feb7c1aff538029be6431889c46 Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 11 Feb 2007 19:01:19 +0100 Subject: [PATCH] [svn r38496] don't print the test-mode, that needs more thought how to do it now --HG-- branch : trunk --- py/test/terminal/terminal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/test/terminal/terminal.py b/py/test/terminal/terminal.py index cd3a4b611..26e7dc841 100644 --- a/py/test/terminal/terminal.py +++ b/py/test/terminal/terminal.py @@ -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()