From c118d195889b8d8a43e04a8553cf1783234ad9fd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 25 Oct 2024 11:53:11 +0100 Subject: 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. (From OE-Core rev: f52e7ddc6ca5ce03cbcdf3cc15fc04f3ff31cd5c) Signed-off-by: Richard Purdie --- meta/lib/oeqa/selftest/cases/buildoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib') diff --git a/meta/lib/oeqa/selftest/cases/buildoptions.py b/meta/lib/oeqa/selftest/cases/buildoptions.py index 423c31e189..09272314bb 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): -- cgit v1.2.3-54-g00ecf