You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
modify order in which files are diff'd
Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -15,7 +15,7 @@ for i in $list ; do
|
||||
./seek_test $i >> $logfile
|
||||
done
|
||||
|
||||
if diff -u "$logfile" "$reffile" ; then
|
||||
if diff -u "$reffile" "$logfile" ; then
|
||||
echo
|
||||
echo Regression test succeeded.
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user