]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/utils/qemurunner.py: Add missing sys module
authorMariano Lopez <mariano.lopez@linux.intel.com>
Fri, 13 Jan 2017 14:33:54 +0000 (14:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:46 +0000 (22:45 +0000)
commit66f66d1d763ff7bbaab9e8fcdf7fc882f2dfbb13
treea76242917938ddffdbb635f2a27b8f40a9e91647
parent97c07a55815c2fc3915705317b6f30d212fa1d45
oeqa/utils/qemurunner.py: Add missing sys module

This adds the missing sys module used by the child process
to exit. It seems the exception was cached in testimage and
selftest. It seems nobody noticed this because the module
is only used for sys.exit().

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/qemurunner.py