On 6/9/26 14:47, Pierrick Bouvier wrote:
Instead of executing test, just read it's output from a file. This allows to standardize how to call check plugins scripts.Signed-off-by: Pierrick Bouvier<[email protected]> --- tests/tcg/multiarch/Makefile.target | 3 +-- .../multiarch/plugin/check-plugin-output.sh | 22 ++++++------------- 2 files changed, 8 insertions(+), 17 deletions(-)
Could use "done < $test_output" instead of cat, but Reviewed-by: Richard Henderson <[email protected]> r~
