diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-20 09:38:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 08:44:25 +0100 |
commit | 1ae1df385311fb06838261c33f1bf4d1ea368c39 (patch) | |
tree | 4bcafed22f5e34fcc61f094e8a7d3516be3cc705 /scripts/lib/argparse_oe.py | |
parent | e69665f3e5d78e9f45afbc938cc694555665d2dd (diff) | |
download | poky-1ae1df385311fb06838261c33f1bf4d1ea368c39.tar.gz |
oeqa/eSDK: Ignore errors during directory cleanup
The cleanup can fail with:
ERROR [0.000s]: tearDownClass (eSDK.oeSDKExtSelfTest)
FileNotFoundError: [Errno 2] No such file or directory: 'bitbake.sock'
which is due to bitbake taking a small amount of time to shut down the server.
The easiest fix is just to ignore these kinds of errors, bitbake shouldn't create
any new files during shutdown.
(From OE-Core rev: 68009f4eb323e07cec8c4421d546bd3125dec033)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/argparse_oe.py')
0 files changed, 0 insertions, 0 deletions