generic-poky/meta/lib
Richard Purdie 78c01995e3 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

(From OE-Core rev: 556125e4004fb7ac5169b59f51dc151f18c1806a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-10-07 16:43:58 +01:00
..
oe package_manager.py: Allow multiple regexps in PACKAGE_EXCLUDE_COMPLEMENTARY 2016-10-06 07:51:00 +01:00
oeqa oeqa/sshcontrol: Handle interrupted system call error 2016-10-07 16:43:58 +01:00