Francois Gouget : testbot: Remove an unneeded WineTestBot:: PendingPatchSets prefix.
Module: tools Branch: master Commit: 0d9c5820f6c1a98d91014b2507b3e63871a4077b URL: https://source.winehq.org/git/tools.git/?a=commit;h=0d9c5820f6c1a98d91014b25... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Apr 26 23:59:18 2018 +0200 testbot: Remove an unneeded WineTestBot::PendingPatchSets prefix. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/Engine.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl index f39ec5f..75e7995 100755 --- a/testbot/bin/Engine.pl +++ b/testbot/bin/Engine.pl @@ -625,7 +625,7 @@ sub SafetyNet() ScheduleJobs(); HandleWinePatchWebSubmission(); - my $Set = WineTestBot::PendingPatchSets::CreatePendingPatchSets(); + my $Set = CreatePendingPatchSets(); my $ErrMessage = $Set->CheckForCompleteSet(); if (defined($ErrMessage)) {
participants (1)
-
Alexandre Julliard