mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 08:42:39 +00: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:
parent
aa244b695e
commit
be47dad75f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user