[tools] patches: Make successful testbot logs accessable

André Hentschel nerv at dawncrow.de
Wed Sep 26 15:59:32 CDT 2012


Usefull to see traces and skips when reviewing patches
---
 patches/update |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/patches/update b/patches/update
index f92a64c..d7a9079 100755
--- a/patches/update
+++ b/patches/update
@@ -172,7 +172,7 @@ foreach my $file (sort { $patches{$b}->{"order"} <=> $patches{$a}->{"order"} } k
     }
     else
     {
-        printf INDEX "<td class=\"testbot\">%s</td>", $patch->{"testbot"};
+        printf INDEX "<td class=\"testbot\"><a href=\"data/$file.testbot\">%s</a></td>", $patch->{"testbot"};
     }
     print INDEX "</tr>\n";
     $row++;
-- 
1.7.4.1



More information about the wine-patches mailing list