Skip to content
Commit ec08498f authored by Richard Purdie's avatar Richard Purdie
Browse files

oeqa/qemurunner: Use oe._exit(), not sys.exit()



sys.exit will cause finally statements and other code to run at exit. Since
we're using os.fork() here, os._exit() is apprioriate in this codepath.

Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent cb2e8efd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment