ChangeSet ID: 30938 CVSROOT: /opt/cvs-commit Module name: tools Changes by: jnewman@winehq.org 2007/02/27 13:59:39
Modified files: winetest : dissect
Log message: Paul Vriens paul.vriens.wine@gmail.com fix for the last patch
Patch: http://cvs.winehq.org/patch.py?id=30938
Old revision New revision Changes Path 1.19 1.20 +1 -1 tools/winetest/dissect
Index: tools/winetest/dissect diff -u -p tools/winetest/dissect:1.19 tools/winetest/dissect:1.20 --- tools/winetest/dissect:1.19 27 Feb 2007 19:59:39 -0000 +++ tools/winetest/dissect 27 Feb 2007 19:59:39 -0000 @@ -159,7 +159,7 @@ while (<IN>) { <IN>; # current test finished $result = "$2 $3 $4"; goto FINISH; - } elsif (s/^($test: (\d+) tests executed ((\d+) marked as todo, (\d+) failures), (\d+) skipped?.)\r?$/$1/) { + } elsif (s/^($test: (\d+) tests executed ((\d+) marked as todo, (\d+) failures?), (\d+) skipped.)\r?$/$1/) { <IN>; # current test finished $result = "$2 $3 $4"; FINISH: