From: Michal Sojka Date: Thu, 24 Feb 2011 07:35:26 +0000 (+0100) Subject: wvtestrun: Visually delimit the output of failed command X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/frsh-forb.git/commitdiff_plain/9c16fa69cd9974342caafe96fb351dda97988e4b?ds=sidebyside wvtestrun: Visually delimit the output of failed command --- diff --git a/src/wvtest/wvtestrun b/src/wvtest/wvtestrun index c7138ed5..0bd917fb 100755 --- a/src/wvtest/wvtestrun +++ b/src/wvtest/wvtestrun @@ -125,6 +125,7 @@ while (<$fh>) printf("! %s %s: ", $file, $sect); @log = (); + push @log, "-"x78; $start = $stop; } elsif (/^!\s*(.*?)\s+(\S+)\s*$/)