mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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:
committed by
Richard Purdie
parent
4a315d597f
commit
5c8a1312fa
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user