Francois Gouget : testbot/WineRunWineTest: Remove a redundant $TaskDir variable.

Alexandre Julliard julliard at winehq.org
Fri Aug 31 10:23:05 CDT 2018


Module: tools
Branch: master
Commit: 81a32c35181f4e0341f99ecc17c7e4ba675fb536
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=81a32c35181f4e0341f99ecc17c7e4ba675fb536

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Aug 31 13:59:33 2018 +0200

testbot/WineRunWineTest: Remove a redundant $TaskDir variable.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/bin/WineRunWineTest.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testbot/bin/WineRunWineTest.pl b/testbot/bin/WineRunWineTest.pl
index 0363a26..e3b8b17 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)




More information about the wine-cvs mailing list