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