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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2024-10-25 11:53:11 +01:00
parent 4ea5360922
commit c118d19588

View File

@@ -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):