summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa
diff options
context:
space:
mode:
authorStefan Kral <sk@typedivision.de>2020-03-11 17:36:49 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-12 12:46:04 +0000
commitbf959e6fd175d0841a1c042bf925c54200bea3d4 (patch)
treed902372adfb0eec0f34054360b944c40d0583f8c /meta/lib/oeqa
parent8579673bdb314dbc554f40fc4c4c1db3d0bb0d63 (diff)
downloadopenembedded-core-contrib-bf959e6fd175d0841a1c042bf925c54200bea3d4.tar.gz
oeqa/runtime/context.py: fix typo
Signed-off-by: Stefan Kral <sk@typedivision.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r--meta/lib/oeqa/runtime/context.py4
1 files changed, 2 insertions, 2 deletions
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):