This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
modify order in which files are diff'd
Originally committed as revision 8869 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benoit Fouet
19 years ago
parent
aa244b695e
commit
be47dad75f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/seek_test.sh
+ 1
- 1
tests/seek_test.sh
View File
@@ -15,7 +15,7 @@ for i in $list ; do
./seek_test $i >> $logfile
done
if diff -u "$
logfile" "$ref
file" ; then
if diff -u "$
reffile" "$log
file" ; then
echo
echo Regression test succeeded.
exit 0
Write
Preview
Loading…
Cancel
Save