[PATCH] testbot/WineRunWineTest: Remove a redundant $TaskDir variable.
31 Aug
2018
31 Aug
'18
6:59 a.m.
Signed-off-by: Francois Gouget <fgouget(a)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
2659
Age (days ago)
2659
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget