Module: tools Branch: master Commit: f49339ecdfeaa72640886c983ee3c266e377fc03 URL: https://source.winehq.org/git/tools.git/?a=commit;h=f49339ecdfeaa72640886c98...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jul 10 10:36:14 2018 +0200
testbot/web: Tweak the 'Show full log' link labels.
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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 3a5b307..28601d0 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};