From 4ec2783386e9608e177244acc871fb9e34c5ea5f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 13 Feb 2012 11:52:51 +0100 Subject: [PATCH] cosmetic --- system/Substrate.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/Substrate.py b/system/Substrate.py index c9a6827..36b321b 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -705,8 +705,7 @@ class TestInstance: else: msg += " !!!pids=%s!!!"%self.pids msg += " @%s"%self.pretty_timestamp() if self.broken_steps: - msg += "\n BROKEN IN STEPS" - for (i,s) in self.broken_steps: msg += " %s@%s"%(s,i) + msg += " [BROKEN=" + " ".join( [ "%s@%s"%(s,i) for (i,s) in self.broken_steps ] ) + "]" return msg class TestBox (Box): -- 2.43.0