Francois Gouget : testbot/build: Fix a typo in WineReconfig.pl.
Module: tools Branch: master Commit: f2c1a403a0dae5ab665ab924898833b0c25e657d URL: https://source.winehq.org/git/tools.git/?a=commit;h=f2c1a403a0dae5ab665ab924... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Oct 31 03:00:43 2018 +0100 testbot/build: Fix a typo in WineReconfig.pl. The build is now derived directly from the mission. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/build/WineReconfig.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testbot/bin/build/WineReconfig.pl b/testbot/bin/build/WineReconfig.pl index 53ce319..898f72c 100755 --- a/testbot/bin/build/WineReconfig.pl +++ b/testbot/bin/build/WineReconfig.pl @@ -108,12 +108,12 @@ sub UpdateWinePrefixes($) { next if ($Mission->{test} eq "build"); - SetupWineEnvironment($Build); + SetupWineEnvironment($Mission->{Build}); InfoMsg "\nRecreating the $Mission->{Build} wineprefix\n"; # Wait for the wineprefix creation to complete so it is really done # before the snapshot gets updated. - my $ErrMessage = CreateWinePrefix($Build, "wait"); + my $ErrMessage = CreateWinePrefix($Mission->{Build}, "wait"); if (defined $ErrMessage) { LogMsg "$ErrMessage\n";
participants (1)
-
Alexandre Julliard