Module: tools
Branch: master
Commit: bd7cf4da2466e7a52b1537964df135c4a0ef318f
URL: https://source.winehq.org/git/tools.git/?a=commit;h=bd7cf4da2466e7a52b15379…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Thu Sep 23 17:29:22 2021 +0200
winetest/build-patterns: Tweak the 'WineTest not run' tooltip.
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(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
winetest/build-patterns | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/winetest/build-patterns b/winetest/build-patterns
index 386bf97..d1d5261 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}})
{