[PATCH] testbot/WineRunTask: Show the Wine report filename in error messages.

Francois Gouget fgouget at codeweavers.com
Fri Jun 22 08:42:32 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/WineRunTask.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index 3f5a3ee8d..37c63b4b5 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -789,12 +789,12 @@ if ($TA->GetFile($RptFileName, "$TaskDir/$RptFileName"))
   {
     $NewStatus = 'boterror';
     Error "Unable to open '$RptFileName' for reading: $!\n";
-    LogTaskError("Unable to open the log file for reading: $!\n");
+    LogTaskError("Unable to open '$RptFileName' for reading: $!\n");
   }
 }
 elsif (!defined $TAError)
 {
-  $TAError = "An error occurred while retrieving the test report: ". $TA->GetLastError();
+  $TAError = "An error occurred while retrieving $RptFileName: ". $TA->GetLastError();
 }
 $TA->Disconnect();
 
-- 
2.17.1




More information about the wine-devel mailing list