Signed-off-by: Francois Gouget fgouget@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;