[FFmpeg-cvslog] r13028 - trunk/tests/seek_test.sh
ramiro
subversion
Thu May 1 22:04:08 CEST 2008
Author: ramiro
Date: Thu May 1 22:04:08 2008
New Revision: 13028
Log:
Ignore whitespace differences in seek test.
Modified:
trunk/tests/seek_test.sh
Modified: trunk/tests/seek_test.sh
==============================================================================
--- trunk/tests/seek_test.sh (original)
+++ trunk/tests/seek_test.sh Thu May 1 22:04:08 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list