diff options
author | Ross Burton <ross.burton@arm.com> | 2022-11-01 16:29:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-02 09:21:29 +0000 |
commit | 4a264f369547a0f151ec1a7cf7384241bf467f76 (patch) | |
tree | ff577b1f74a1a2f7f7346a88619d31e090a9be25 /scripts/combo-layer | |
parent | 0a97cbba10a708b6147c8d000c9ee2509ed5cc75 (diff) | |
download | poky-4a264f369547a0f151ec1a7cf7384241bf467f76.tar.gz |
oeqa/target/ssh: add ignore_status argument to run()
The underlying _run() method has an ignore_status argument and can
either return the exit code or raise an exception if it is non-zero.
Add the same argument to the run() method so that test cases can change
this value. It currently defaults to True as that is the existing
behaviour, but a follow-up patch will change this to False as test cases
should fail on errors unless told otherwise.
(From OE-Core rev: e244228730178d15a066a1428956de328cc09671)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/combo-layer')
0 files changed, 0 insertions, 0 deletions