From f149c90f06e24ac6c2f7cac081009a1fa945e47c Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 24 Feb 2011 08:35:26 +0100 Subject: [PATCH] wvtestrun: Visually delimit the output of failed command --- wvtestrun | 1 + 1 file changed, 1 insertion(+) diff --git a/wvtestrun b/wvtestrun index c7138ed..0bd917f 100755 --- a/wvtestrun +++ b/wvtestrun @@ -125,6 +125,7 @@ while (<$fh>) printf("! %s %s: ", $file, $sect); @log = (); + push @log, "-"x78; $start = $stop; } elsif (/^!\s*(.*?)\s+(\S+)\s*$/) -- 2.39.2