[PATCH] testbot: Shorten the test report names.

Francois Gouget fgouget at codeweavers.com
Fri Nov 16 04:14:15 CST 2018


The context makes it clear enough whether the report was produced on
Windows or in Wine. So use a shorter, more readable name.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/LogUtils.pm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm
index 59b2d0a0fa..f142982df4 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -596,11 +596,11 @@ sub GetLogFileNames($;$)
 }
 
 my %_LogFileLabels = (
-  "exe32.report" => "32 bit Windows report",
-  "exe64.report" => "64 bit Windows report",
-  "win32.report" => "32 bit Wine report",
-  "wow32.report" => "32 bit WoW Wine report",
-  "wow64.report" => "64 bit Wow Wine report",
+  "exe32.report" => "32 bit report",
+  "exe64.report" => "64 bit report",
+  "win32.report" => "32 bit report",
+  "wow32.report" => "32 bit WoW report",
+  "wow64.report" => "64 bit WoW report",
   "log"          => "task log",
   "old_log"      => "old logs",
 );
-- 
2.19.1



More information about the wine-devel mailing list