]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/selftest/rust: Simplify the rust testsuite output gathering/processing
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Feb 2024 13:14:58 +0000 (13:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Feb 2024 14:29:00 +0000 (14:29 +0000)
commitac82dc43b8151ed34c4ad51e9ab7f4a612990486
treea09d97a87bdc46247dd0074dee009490b6042cfb
parent4c45f975310184a773b25b8e7d7ef50fba2f7bd6
oeqa/selftest/rust: Simplify the rust testsuite output gathering/processing

The rust testsuite was redirecting command output to a file, which made it
hard to debug failure cases since the logs were not available to print to
the console.

Rework the code so it uses the existing popen logging and hence allows us
to improve the error logging situation and make debugging failures easier.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/rust.py