mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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',
|
runtime_group.add_argument('--packages-manifest', action='store',
|
||||||
default=self.default_manifest,
|
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)
|
% self.default_manifest)
|
||||||
|
|
||||||
runtime_group.add_argument('--extract-dir', action='store',
|
runtime_group.add_argument('--extract-dir', action='store',
|
||||||
@@ -184,7 +184,7 @@ class OERuntimeTestContextExecutor(OETestContextExecutor):
|
|||||||
except:
|
except:
|
||||||
obj = None
|
obj = None
|
||||||
return obj
|
return obj
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def readPackagesManifest(manifest):
|
def readPackagesManifest(manifest):
|
||||||
if not manifest or not os.path.exists(manifest):
|
if not manifest or not os.path.exists(manifest):
|
||||||
|
|||||||
Reference in New Issue
Block a user