parent
a743caef18
commit
30149574c7
|
@ -121,7 +121,7 @@ class TerminalReporter:
|
||||||
line = info.verboseline(basedir=self.curdir) + " "
|
line = info.verboseline(basedir=self.curdir) + " "
|
||||||
extra = ""
|
extra = ""
|
||||||
if event.host:
|
if event.host:
|
||||||
extra = "-> " + event.host.hostid
|
extra = "-> " + str(event.host)
|
||||||
self.write_ensure_prefix(line, extra)
|
self.write_ensure_prefix(line, extra)
|
||||||
else:
|
else:
|
||||||
# ensure that the path is printed before the 1st test of
|
# ensure that the path is printed before the 1st test of
|
||||||
|
|
Loading…
Reference in New Issue