mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-12 13:06:36 +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
|
||||
done
|
||||
|
||||
if diff -u "$reffile" "$logfile" ; then
|
||||
if diff -u -w "$reffile" "$logfile" ; then
|
||||
echo
|
||||
echo seek regression test: success
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user