ffmpegtest: save the results in a file

Save the result output to a file.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2025-09-30 15:19:56 -07:00
parent 981740c7a1
commit aa1306c308

View file

@ -53,6 +53,9 @@ if [ "$?" -ne "0" ]; then
exit $rev
fi
set +x
{
for x in $(grep -o -P "\-o .*\.o" $logfile | sed -e 's/-o //' | grep -v "/ffconf")
do
if ! [ -f ${x}.1 ]; then
@ -76,5 +79,6 @@ do
fi
rm -f /tmp/1.dump /tmp/2.dump
done
} | tee "$here/results"
exit $rev