]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
lib/oeqa/subprocesstweak: clean up __str__()
authorRoss Burton <ross.burton@arm.com>
Wed, 4 Jun 2025 14:03:24 +0000 (15:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jun 2025 10:01:24 +0000 (11:01 +0100)
commit2adcac16dd26fd054ea779cc4e7aa32282d9bdde
treebbb805c0d6cb672b8cab4f1bb1f21ca786e81cf7
parent103cc8fa8a09b8e1fadeb0c8dde5f99eb9c24243
lib/oeqa/subprocesstweak: clean up __str__()

Call super().__str__ to get the bulk of the string representation, and
we don't need to guard on output/strerr existing as they always set.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/subprocesstweak.py