mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 23:52:25 +08:00
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:
parent
123f8e78f3
commit
41aab515a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user