]> rtime.felk.cvut.cz Git - omk.git/commitdiff
wvtest: Visually delimit the output of failed tests
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 12 Mar 2011 11:05:24 +0000 (12:05 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 12 Mar 2011 16:07:39 +0000 (17:07 +0100)
tests/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*$/)