From: Stefan Kral Date: Wed, 11 Mar 2020 16:36:49 +0000 (+0100) Subject: oeqa/runtime/context.py: fix typo X-Git-Tag: 2020-04-dunfell~192 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bf959e6fd175d0841a1c042bf925c54200bea3d4;p=openembedded-core.git oeqa/runtime/context.py: fix typo Signed-off-by: Stefan Kral Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/context.py b/meta/lib/oeqa/runtime/context.py index 2ecb1a8f01..101434a595 100644 --- a/meta/lib/oeqa/runtime/context.py +++ b/meta/lib/oeqa/runtime/context.py @@ -77,7 +77,7 @@ class OERuntimeTestContextExecutor(OETestContextExecutor): runtime_group.add_argument('--packages-manifest', action='store', default=self.default_manifest, - help="Package manifest of the image under testi, default: %s" \ + help="Package manifest of the image under test, default: %s" \ % self.default_manifest) runtime_group.add_argument('--extract-dir', action='store', @@ -184,7 +184,7 @@ class OERuntimeTestContextExecutor(OETestContextExecutor): except: obj = None return obj - + @staticmethod def readPackagesManifest(manifest): if not manifest or not os.path.exists(manifest):