[PATCH] testbot/web: Tweak the 'Show full log' link labels.

Francois Gouget fgouget at codeweavers.com
Tue Jul 10 03:36:14 CDT 2018


Parts of the log may already be shown so make it clearer that this is to
show all of it.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/JobDetails.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/JobDetails.pl b/testbot/web/JobDetails.pl
index 3a5b3072f..28601d082 100644
--- a/testbot/web/JobDetails.pl
+++ b/testbot/web/JobDetails.pl
@@ -300,7 +300,7 @@ sub GenerateMoreInfoLink($$$;$)
 
   my $Url = $ENV{"SCRIPT_NAME"} ."?Key=". uri_escape($self->{JobId});
 
-  my $Action = "Show";
+  my $Action = "Show". ($Set eq "Full" and $Label !~ /old/ ? " full" : "");
   foreach my $Key (sort keys %{$self->{More}})
   {
     my $MoreInfo = $self->{More}->{$Key};
-- 
2.18.0




More information about the wine-devel mailing list