Skip to content
Commit a99e23c4 authored by Richard Purdie's avatar Richard Purdie Committed by Anuj Mittal
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>
(cherry picked from commit ec08498f)
Signed-off-by: default avatarAnuj Mittal <anuj.mittal@intel.com>
parent 26109606
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