]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/checklayer/common.py: Fixed a minor grammatical error
authorDhruva Gole <goledhruva@gmail.com>
Sun, 28 Nov 2021 17:38:08 +0000 (23:08 +0530)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 10 Dec 2021 04:13:23 +0000 (12:13 +0800)
Signed-off-by: Dhruva Gole <goledhruva@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 8ea17456ae5318ed7a3b4c8f75c8441456d8b979)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
scripts/lib/checklayer/cases/common.py

index b82304e361609bb0e3ccd82b6afdde68d7612a67..4495f71b2450d2b231c5b9a730095ba39be9526a 100644 (file)
@@ -14,7 +14,7 @@ class CommonCheckLayer(OECheckLayerTestCase):
         # The top-level README file may have a suffix (like README.rst or README.txt).
         readme_files = glob.glob(os.path.join(self.tc.layer['path'], '[Rr][Ee][Aa][Dd][Mm][Ee]*'))
         self.assertTrue(len(readme_files) > 0,
-                        msg="Layer doesn't contains README file.")
+                        msg="Layer doesn't contain a README file.")
 
         # There might be more than one file matching the file pattern above
         # (for example, README.rst and README-COPYING.rst). The one with the shortest