[tools] winetest/build-patterns: Tweak the 'WineTest not run' tooltip.

Francois Gouget fgouget at codeweavers.com
Thu Sep 23 10:29:22 CDT 2021


The reason why there is no test report could also be that it got
rejected for being too big or having too many failures.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/build-patterns | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/build-patterns b/winetest/build-patterns
index 386bf9784..d1d526134 100755
--- a/winetest/build-patterns
+++ b/winetest/build-patterns
@@ -1025,7 +1025,7 @@ sub write_pattern_line($$$)
             {
                 $symbol = "_";
                 $class = "W";
-                $title = "WineTest was not run";
+                $title = "WineTest was not run or the report was invalid";
             }
             elsif ($build->{hastest}->{$test->{name}})
             {
-- 
2.30.2



More information about the wine-devel mailing list