[tools] winetest/build-patterns: Reset the palette for each page.

Francois Gouget fgouget at codeweavers.com
Tue May 4 10:25:49 CDT 2021


Otherwise pages with fewer reports use a palette designed for the full 
range of failure counts of the main page, losing contrast for no reason.

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

diff --git a/winetest/build-patterns b/winetest/build-patterns
index e6640d69c..130294ea1 100755
--- a/winetest/build-patterns
+++ b/winetest/build-patterns
@@ -897,6 +897,7 @@ EOF
     foreach my $testname (sort keys %tests)
     {
         my $test = $tests{$testname};
+        $test->{colors} = {};
 
         my $first = @sortedbuilds;
         my $last = -1;
-- 
2.20.1




More information about the wine-devel mailing list