]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
selftest/reproducible: Move a comment to follow the line it concerns
authorYoann Congal <yoann.congal@smile.fr>
Mon, 3 Feb 2025 23:48:35 +0000 (00:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Feb 2025 12:48:25 +0000 (12:48 +0000)
The code line was moved in
commit 5a9a5ad6a7be ("reproducibility: continue testing in case of build failure")

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/reproducible.py

index 3fb0e5ee5bad845972afc5c8ecc393117bf3a383..30eea2675ef2f43206e0de89514cb3ebe50ef529 100644 (file)
@@ -275,8 +275,8 @@ class ReproducibleTests(OESelftestTestCase):
         self.logger.info("Building %s (sstate%s allowed)..." % (name, '' if use_sstate else ' NOT'))
         self.write_config(config)
         d = get_bb_vars(capture_vars)
-        # targets used to be called images
         try:
+            # targets used to be called images
             bitbake("--continue "+' '.join(getattr(self, 'images', self.targets)))
         except AssertionError as e:
             bitbake_failure_count += 1