From: Thierry Parmentelat Date: Thu, 30 Jan 2014 08:01:47 +0000 (+0100) Subject: bugfix X-Git-Tag: tests-5.3-2~17 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=4e0d3d28756fd6e622e66526d6d15770373faba5;p=tests.git bugfix --- diff --git a/system/Substrate.py b/system/Substrate.py index 0f89b05..2706286 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -890,7 +890,7 @@ class TestInstance: else: msg += " !!!pids=%s!!!"%self.pids msg += " @%s"%self.pretty_timestamp() if letter2 != '=': - msg = 'BROKEN' if letter2 == 'B' else 'WARNING' + msg += ( 'BROKEN' if letter2 == 'B' else 'WARNING' ) # sometimes we have an empty plcindex msg += " [%s="%msg + " ".join( [ "%s@%s"%(s,i) if i else s for (i,s) in self.broken_steps ] ) + "]" return msg