Alexandre Julliard : patches: Display the total number of regressions.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Nov 25 10:05:24 CST 2015


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Nov 25 21:50:03 2015 +0900

patches: Display the total number of regressions.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 patches/update-regressions | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/patches/update-regressions b/patches/update-regressions
index 65eb263..5e39075 100755
--- a/patches/update-regressions
+++ b/patches/update-regressions
@@ -129,7 +129,8 @@ print OUTPUT "<div id=\"tabs\"><ul>",
     "<li><a href=\"//appdb.winehq.org/\">AppDB</a></li>",
     "<li><a href=\"//bugs.winehq.org/\">Bugzilla</a></li>",
     "<li><a href=\"//forum.winehq.org/\">Forums</a></li></ul></div>\n";
-print OUTPUT "<div id=\"logo_blurb\">Wine source repository – Regressions</div>\n";
+printf OUTPUT "<div id=\"logo_blurb\">Wine source repository – Regressions (total %u)</div>\n",
+             $count + scalar @unknown;
 
 print OUTPUT "<div id=\"main_content\"><div id=\"content\"><div class=\"main\">\n";
 printf OUTPUT "<h2>%u bisected regressions</h2>\n", $count;




More information about the wine-cvs mailing list