oeqa/runtime/context.py: fix typo

(From OE-Core rev: bf959e6fd175d0841a1c042bf925c54200bea3d4)

Signed-off-by: Stefan Kral <sk@typedivision.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Stefan Kral
2020-03-11 17:36:49 +01:00
committed by Richard Purdie
parent 4a315d597f
commit 5c8a1312fa

View 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):