mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user