Alexandre Julliard : testbot: Fix Perl syntax error.

Alexandre Julliard julliard at winehq.org
Fri Sep 14 12:40:38 CDT 2018


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Sep 14 19:40:20 2018 +0200

testbot: Fix Perl syntax error.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/web/Submit.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Submit.pl b/testbot/web/Submit.pl
index e755b57..621b017 100644
--- a/testbot/web/Submit.pl
+++ b/testbot/web/Submit.pl
@@ -821,7 +821,7 @@ sub OnSubmit($)
           $Task->VM($BuildVM);
 
           my $Builds = { "exe32" => 1 };
-          $Builds->{"exe64"} = 1 if (defined $self->GetParam("Run64");
+          $Builds->{"exe64"} = 1 if defined $self->GetParam("Run64");
           $Task->Timeout(GetBuildTimeout($Impacts, $Builds));
 
           # Save the build step so the others can reference it




More information about the wine-cvs mailing list