mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tests/fate-run: Fix pixdesc failure
-u and -q doesn't work together for diff on macOS. Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
7fe9d12f25
commit
78525bc36b
@ -519,7 +519,7 @@ pixdesc(){
|
||||
$FLAGS $ENC_OPTS -vf "scale,format=$pix_fmt,pixdesctest" -vcodec rawvideo -frames:v 5 \
|
||||
"-pix_fmt $pix_fmt" -f nut md5:$md5file2
|
||||
|
||||
diff -u -q $md5file1 $md5file2 || return
|
||||
diff -q $md5file1 $md5file2 || return
|
||||
printf '%-20s' $label
|
||||
cat $md5file1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user