]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commitdiff
wvtestrun: Visually delimit the output of failed command
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 24 Feb 2011 07:35:26 +0000 (08:35 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 24 Feb 2011 07:35:26 +0000 (08:35 +0100)
src/wvtest/wvtestrun

index c7138ed571437d5c54bf9e1467ce276e2cd55a28..0bd917fb1a0dda76068268ebe46c4d6a381b0c20 100755 (executable)
@@ -125,6 +125,7 @@ while (<$fh>)
 
        printf("! %s  %s: ", $file, $sect);
        @log = ();
+       push @log, "-"x78;
        $start = $stop;
     }
     elsif (/^!\s*(.*?)\s+(\S+)\s*$/)