[CI] Add check for run errors in renderer tests
- Related issues: sa4/audio/ivas-basop!992 (closed)
- Requested reviewers: @kiene, @tamarapu
Reason why this change is needed
- Run errors in renderer tests (e.g. non-zero return code from renderer) appears as failure, while they give an "Error" in the encoder/decoder tests.
Description of the change
- Added a tear-down section of the fixture "test_info", where the string member test_info.error may carry the error of an run_cmd call.
Affected operating points
- CI only: renderer tests.