[PATCH] testbot: Export BatchQuote() from the Utils module.

Francois Gouget fgouget at codeweavers.com
Fri Sep 13 21:48:50 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

I forgot to export BatchQuote() which broke WineRunTask.pl, but 
fortunately only for the full WineTest-suite case which is why I missed 
the issue.

Once the patch has been applied I can manually restart the impacted 
jobs.

 testbot/lib/WineTestBot/Utils.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/Utils.pm b/testbot/lib/WineTestBot/Utils.pm
index 97fb1292a..711917c7a 100644
--- a/testbot/lib/WineTestBot/Utils.pm
+++ b/testbot/lib/WineTestBot/Utils.pm
@@ -31,7 +31,7 @@ our @EXPORT = qw(MakeSecureURL SecureConnection GenerateRandomString
                  OpenNewFile CreateNewFile CreateNewLink CreateNewDir
                  DurationToString BuildEMailRecipient IsValidFileName
                  BuildTag SanitizeTag LocaleName NotifyAdministrator
-                 ShQuote ShArgv2Cmd);
+                 BatchQuote ShQuote ShArgv2Cmd);
 
 use Fcntl;
 
-- 
2.20.1



More information about the wine-devel mailing list