[tools] testbot: Show the right filename in LoadLogErrors()'s BadLog message.

Francois Gouget fgouget at codeweavers.com
Thu Feb 13 05:12:13 CST 2020


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

diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm
index 383d0b7dfc..9f0f31307e 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -840,7 +840,7 @@ sub LoadLogErrors($)
   my $ErrorsFile;
   if (!open($ErrorsFile, "<", $LogPath))
   {
-    $LogInfo->{BadLog} = "Unable to open '$LogName' for reading: $!";
+    $LogInfo->{BadLog} = "Unable to open '$LogName.errors' for reading: $!";
     return $LogInfo;
   }
 
-- 
2.20.1



More information about the wine-devel mailing list