[PATCH] testbot: Remove an unneeded WineTestBot::PendingPatchSets prefix.
26 Apr
2018
26 Apr
'18
10:59 p.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- 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 f39ec5fa7..75e7995c2 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)) { -- 2.17.0
2790
Age (days ago)
2790
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget