Francois Gouget : testbot/WineRunWineTest: Remove a redundant $TaskDir variable.
Module: tools Branch: master Commit: 81a32c35181f4e0341f99ecc17c7e4ba675fb536 URL: https://source.winehq.org/git/tools.git/?a=commit;h=81a32c35181f4e0341f99ecc... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Fri Aug 31 13:59:33 2018 +0200 testbot/WineRunWineTest: Remove a redundant $TaskDir variable. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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)
participants (1)
-
Alexandre Julliard