From: Yoann Congal Date: Mon, 3 Feb 2025 23:48:35 +0000 (+0100) Subject: selftest/reproducible: Move a comment to follow the line it concerns X-Git-Tag: uninative-4.7~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4b60941153ebeb5019b26eeed593d0a1cdb4012;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git selftest/reproducible: Move a comment to follow the line it concerns The code line was moved in commit 5a9a5ad6a7be ("reproducibility: continue testing in case of build failure") Signed-off-by: Yoann Congal Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py b/meta/lib/oeqa/selftest/cases/reproducible.py index 3fb0e5ee5ba..30eea2675ef 100644 --- a/meta/lib/oeqa/selftest/cases/reproducible.py +++ b/meta/lib/oeqa/selftest/cases/reproducible.py @@ -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