Francois Gouget : winetest: Ignore the time it took to run the tests.

Alexandre Julliard julliard at winehq.org
Fri Feb 15 10:51:52 CST 2013


Module: tools
Branch: master
Commit: 36855cf5572b8c88251b896ada35d4a3578eb4c6
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=36855cf5572b8c88251b896ada35d4a3578eb4c6

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Feb 15 11:18:17 2013 +0100

winetest: Ignore the time it took to run the tests.

---

 winetest/dissect |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/winetest/dissect b/winetest/dissect
index 605292d..f2e18a2 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -288,7 +288,7 @@ while (<IN>) {
         if ($failed) { $class .= " failed"; }
         elsif ($todo) { $class .= " todo"; }
         $testbox->{data} .= sprintf "<div class=\"%s\">%s</div>\n", $class, escapeHTML($_);
-    } elsif (/$dll:$unit done \((-?\d+)\)\r?$/) {
+    } elsif (/$dll:$unit done \((-?\d+)\)(?:\r?$| in)/) {
         chomp;                  # current test ended
         if ($lines==0 || $1 < 0) {
             $result = "failed $1 - -";




More information about the wine-cvs mailing list