From: Thierry Parmentelat Date: Fri, 31 Jan 2014 06:27:10 +0000 (+0100) Subject: decidedly X-Git-Tag: tests-5.3-2~12 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=a30d5259f12b1783a86f18cf841140550cb223d8 decidedly --- diff --git a/system/Substrate.py b/system/Substrate.py index 2f79088..73b66c6 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -890,9 +890,9 @@ class TestInstance: else: msg += " !!!pids=%s!!!"%self.pids msg += " @%s"%self.pretty_timestamp() if letter2 != '=': - msg += ( ' BROKEN' if letter2 == 'B' else ' WARNING' ) + msg2 = ( ' 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 ] ) + "]" + msg += " [%s="%msg2 + " ".join( [ "%s@%s"%(s,i) if i else s for (i,s) in self.broken_steps ] ) + "]" return msg class TestBox (Box):