mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
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:
parent
981740c7a1
commit
aa1306c308
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue