]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/runtime/context.py: fix typo
authorStefan Kral <sk@typedivision.de>
Wed, 11 Mar 2020 16:36:49 +0000 (17:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Mar 2020 12:46:04 +0000 (12:46 +0000)
Signed-off-by: Stefan Kral <sk@typedivision.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/context.py

index 2ecb1a8f012df890451b407b40e83540fca399b1..101434a59592f149bb66490a19a9a110fb904403 100644 (file)
@@ -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):