mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 04:17:05 +00:00
Ignore whitespace differences in seek test.
Originally committed as revision 13028 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
53e85f5fa4
commit
25060fdf55
@ -16,7 +16,7 @@ for i in $list ; do
|
|||||||
tests/seek_test $i >> $logfile
|
tests/seek_test $i >> $logfile
|
||||||
done
|
done
|
||||||
|
|
||||||
if diff -u "$reffile" "$logfile" ; then
|
if diff -u -w "$reffile" "$logfile" ; then
|
||||||
echo
|
echo
|
||||||
echo seek regression test: success
|
echo seek regression test: success
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user