From: Richard Purdie Date: Fri, 25 Oct 2024 10:53:11 +0000 (+0100) Subject: oeqa/selftest/buildoptions: Use continue option in source mirrors test X-Git-Tag: uninative-4.7~1116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f52e7ddc6ca5ce03cbcdf3cc15fc04f3ff31cd5c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git oeqa/selftest/buildoptions: Use continue option in source mirrors test It is helpful to see all the issues in the source mirror test so use the continue option. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index 423c31e1892..09272314bb8 100644 --- a/meta/lib/oeqa/selftest/cases/buildoptions.py +++ b/meta/lib/oeqa/selftest/cases/buildoptions.py @@ -229,7 +229,7 @@ PREMIRRORS = "\\ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \\n" """) - bitbake("world --runall fetch") + bitbake("world --runall fetch --continue") class Poisoning(OESelftestTestCase):