[PATCH] testbot/WineRunWineTest: Remove a redundant $TaskDir variable.

Francois Gouget fgouget at codeweavers.com
Fri Aug 31 06:59:33 CDT 2018


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

diff --git a/testbot/bin/WineRunWineTest.pl b/testbot/bin/WineRunWineTest.pl
index 0363a26b3..e3b8b17ed 100755
--- a/testbot/bin/WineRunWineTest.pl
+++ b/testbot/bin/WineRunWineTest.pl
@@ -537,7 +537,6 @@ elsif (!defined $TAError)
 my $TimedOut;
 if ($Step->Type ne "build")
 {
-  my $TaskDir = $Task->CreateDir();
   my $BuildList = $Task->CmdLineArg;
   $BuildList =~ s/ .*$//;
   foreach my $Build (split /,/, $BuildList)
-- 
2.18.0




More information about the wine-devel mailing list