From 30149574c7352c28272c13f7b2fa9b44a4e53804 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 3 Mar 2009 19:05:08 +0100 Subject: [PATCH] [svn r62491] fix a typo --HG-- branch : trunk --- py/test/plugin/pytest_terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/plugin/pytest_terminal.py b/py/test/plugin/pytest_terminal.py index c7aaac9ed..d842bb389 100644 --- a/py/test/plugin/pytest_terminal.py +++ b/py/test/plugin/pytest_terminal.py @@ -121,7 +121,7 @@ class TerminalReporter: line = info.verboseline(basedir=self.curdir) + " " extra = "" if event.host: - extra = "-> " + event.host.hostid + extra = "-> " + str(event.host) self.write_ensure_prefix(line, extra) else: # ensure that the path is printed before the 1st test of