Module: tools Branch: master Commit: cabd5ab6f4f57b422dcfdfc9da8799d578be3e2f URL: https://source.winehq.org/git/tools.git/?a=commit;h=cabd5ab6f4f57b422dcfdfc9...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Aug 31 14:35:14 2021 +0200
testbot/WineRunTask: Extract the tests to a WineTest.exe subdirectory.
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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 db274b4..ac9091d 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}); } Debug(Elapsed($Start), " Sending the script: [$Script]\n");