[tools] testbot/WineRunTask: Extract the tests to a WineTest.exe subdirectory.

Francois Gouget fgouget at codeweavers.com
Sat Aug 14 05:58:31 CDT 2021


This simplifies shielding all the test executables from anti-virus
tools like Microsoft Defender by excluding the directory WineTest is
in.

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

diff --git a/testbot/bin/WineRunTask.pl b/testbot/bin/WineRunTask.pl
index bb199d126..58e055ca8 100755
--- a/testbot/bin/WineRunTask.pl
+++ b/testbot/bin/WineRunTask.pl
@@ -478,7 +478,7 @@ elsif ($Step->Type eq "suite")
       $Info .=  $VM->Details;
   }
   # Escape the arguments for cmd's command interpreter
-  $Script .= "-q -o $RptFileName -t $Tag -m ". BatchQuote($AdminEMail) ." -i ". BatchQuote($Info) ."\r\n";
+  $Script .= "-q -d tests -o $RptFileName -t $Tag -m ". BatchQuote($AdminEMail) ." -i ". BatchQuote($Info) ."\r\n";
   $Script .= "$FileName -q -s $RptFileName\r\n" if (!$Mission->{nosubmit});
   $Script .= "$FileName -q -s $RptFileName -S http://amboise.vmbr/submit\r\n" if (!$Mission->{nosubmit});
 }
-- 
2.20.1



More information about the wine-devel mailing list