]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
oeqa/selftest/buildoptions: Use continue option in source mirrors test
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Oct 2024 10:53:11 +0000 (11:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Oct 2024 10:54:45 +0000 (11:54 +0100)
It is helpful to see all the issues in the source mirror test so
use the continue option.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/buildoptions.py

index 423c31e1892580547f247fbac074c3ca1e178e24..09272314bb891751431ca34e02a192f3d7083676 100644 (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):