testbot/CheckForWinetestUpdate: Use a shorter name for the WineTest jobs.

Francois Gouget fgouget at codeweavers.com
Wed Mar 13 10:19:03 CDT 2013


---

This is a matter of taste of course. What bothers me is that 
'http://test.winehq.org job - base VMs' is really long and wraps most of 
the time for me. And it's not even a URL anyway.

So I find 'WineTest: base VMs' to be just as informative and easier on 
the eyes.

 testbot/bin/CheckForWinetestUpdate.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl
index 2e28cdc..c776fe5 100755
--- a/testbot/bin/CheckForWinetestUpdate.pl
+++ b/testbot/bin/CheckForWinetestUpdate.pl
@@ -60,7 +60,7 @@ sub AddJob
   my $NewJob = $Jobs->Add();
   $NewJob->User(WineTestBot::Users->GetBatchUser());
   $NewJob->Priority($BaseJob && $Bits == 32 ? 6 : 7);
-  $NewJob->Remarks("http://test.winehq.org job - " .
+  $NewJob->Remarks("WineTest: " .
                    ($Bits == 32 ? ($BaseJob ? "base" : "other") : "64-bit") .
                    " VMs");
 
-- 
1.7.10.4



More information about the wine-patches mailing list