Skip to content
Snippets Groups Projects
Commit be47dad7 authored by Benoit Fouet's avatar Benoit Fouet
Browse files

modify order in which files are diff'd

Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent aa244b69
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ for i in $list ; do ...@@ -15,7 +15,7 @@ for i in $list ; do
./seek_test $i >> $logfile ./seek_test $i >> $logfile
done done
if diff -u "$logfile" "$reffile" ; then if diff -u "$reffile" "$logfile" ; then
echo echo
echo Regression test succeeded. echo Regression test succeeded.
exit 0 exit 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment