decidedly
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 31 Jan 2014 06:27:10 +0000 (07:27 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 31 Jan 2014 06:27:10 +0000 (07:27 +0100)
system/Substrate.py

index 2f79088..73b66c6 100644 (file)
@@ -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' )
+            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 ] ) + "]"
+            msg += " [%s="%msg2 + " ".join( [ "%s@%s"%(s,i) if i else s for (i,s) in self.broken_steps ] ) + "]"
         return msg
 
 class TestBox (Box):