From 6d195ed09f591d0cd682c410de301f217084dc06 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 22 Sep 2011 14:30:18 +0200 Subject: [PATCH] cosmetic --- system/Substrate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/Substrate.py b/system/Substrate.py index e26f7e5..d8b0c02 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -661,8 +661,8 @@ 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 += "\n BROKEN IN STEPS" + for (i,s) in self.broken_steps: msg += " %s@%s"%(s,i) return msg class TestBox (Box): -- 2.47.0