sof/tools/test
Seppo Ingalsuo ad85184af0 Tools: Test: Audio: Mitigate trace flood in process_test.m
The verbose test trace flood slows down the test to near
unusable test times due to a lot of text printed to Octave
console. As result also the SOF CI logs become large.

This patch adds redirect of testbench trace into a temporary
file instead of standard output in process_test.m. The trace
content is printed in comp_run.sh to console only if there has
been an error. To prevent growing /tmp the trace file is
deleted after test run and possible print to console.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
2024-08-27 13:39:53 +03:00
..
audio Tools: Test: Audio: Mitigate trace flood in process_test.m 2024-08-27 13:39:53 +03:00
topology tools/test/topology: mass replace codec_master -> codec_provider 2023-11-09 11:20:09 +02:00
CMakeLists.txt