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")

(From OE-Core rev: b4b60941153ebeb5019b26eeed593d0a1cdb4012)

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Yoann Congal 2025-02-04 00:48:35 +01:00 committed by Richard Purdie
parent 123f8e78f3
commit 41aab515a7

View 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