Francois Gouget : testbot/WineTest: Don't run the tests for test=build missions.
Module: tools Branch: master Commit: 1571def6c445bf48074097cc316286637c6eac18 URL: https://source.winehq.org/git/tools.git/?a=commit;h=1571def6c445bf48074097cc... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Sun Jun 13 13:50:22 2021 +0200 testbot/WineTest: Don't run the tests for test=build missions. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/build/WineTest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/bin/build/WineTest.pl b/testbot/bin/build/WineTest.pl index ffd665f..73cd660 100755 --- a/testbot/bin/build/WineTest.pl +++ b/testbot/bin/build/WineTest.pl @@ -116,7 +116,7 @@ sub TestPatch($$) { push @TestList, "-m", "do.not.submit"; } - else + elsif ($Mission->{test} ne "build") { foreach my $ModuleName (sort keys %{$Impacts->{Modules}}) {
participants (1)
-
Alexandre Julliard