diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-03 15:56:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-07 16:43:51 +0100 |
commit | 556125e4004fb7ac5169b59f51dc151f18c1806a (patch) | |
tree | b174f8c112c85de2338da17e7860877cf6eb1e60 /meta/classes | |
parent | 33df3a65f3e8e136811da715d0cc247ce66ae0ea (diff) | |
download | openembedded-core-556125e4004fb7ac5169b59f51dc151f18c1806a.tar.gz openembedded-core-556125e4004fb7ac5169b59f51dc151f18c1806a.tar.bz2 openembedded-core-556125e4004fb7ac5169b59f51dc151f18c1806a.zip |
oeqa/sshcontrol: Handle interrupted system call error
Deal with an interrupted system call gracefully:
| File "/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-systemd/build/meta/lib/oeqa/utils/sshcontrol.py", line 55, in _run
| if select.select([self.process.stdout], [], [], 5)[0] != []:
| InterruptedError: [Errno 4] Interrupted system call
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions