mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
oeqa/sdk/context.py: Add return to OESDKTestContext.run() method
The run() methods of a OETestContext's are expected to return the results. (From OE-Core rev: c45546b771c3158e66b2df504576d6dc1758ea75) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
13175d8d48
commit
d05acd6bab
@@ -128,6 +128,6 @@ class OESDKTestContextExecutor(OETestContextExecutor):
|
||||
"environment (%s) specified" % args.sdk_env, self.name)
|
||||
|
||||
self.sdk_env = sdk_envs[args.sdk_env]
|
||||
super(OESDKTestContextExecutor, self).run(logger, args)
|
||||
return super(OESDKTestContextExecutor, self).run(logger, args)
|
||||
|
||||
_executor_class = OESDKTestContextExecutor
|
||||
|
||||
Reference in New Issue
Block a user