[PATCH] testbot/WineRun*: Standardize a couple of TestBot error messages.

Francois Gouget fgouget at codeweavers.com
Tue Jun 26 08:07:35 CDT 2018


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

diff --git a/testbot/bin/WineRunBuild.pl b/testbot/bin/WineRunBuild.pl
index ff04ded0c..176ade6b6 100755
--- a/testbot/bin/WineRunBuild.pl
+++ b/testbot/bin/WineRunBuild.pl
@@ -458,7 +458,7 @@ foreach my $TestInfo (values %{$Impacts->{Tests}})
     }
     elsif ($TA->GetLastError() !~ /: No such file or directory/)
     {
-      FatalTAError($TA, "Could not retrieve '$Local'");
+      FatalTAError($TA, "An error occurred while retrieving '$Local'");
     }
   }
 }
diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index 9fa263eea..9faae28c3 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -482,7 +482,7 @@ elsif ($Step->Type eq "suite")
 Debug(Elapsed($Start), " Sending the script: [$Script]\n");
 if (!$TA->SendFileFromString($Script, "script.bat", $TestAgent::SENDFILE_EXE))
 {
-  FatalTAError($TA, "Could not send the script to the VM");
+  FatalTAError($TA, "Could not send the task script to the VM");
 }
 
 
-- 
2.18.0




More information about the wine-devel mailing list