Преглед изворни кода

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>
Yoann Congal пре 3 месеци
родитељ
комит
41aab515a7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      meta/lib/oeqa/selftest/cases/reproducible.py

+ 1 - 1
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