mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Do not fail or print an error if the logfile already exists.
Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5e2dfd3906
commit
f1f836fd3b
@ -7,7 +7,7 @@ logfile="$datadir/seek.regression"
|
||||
reffile="$1"
|
||||
|
||||
list=`ls data/a-* data/b-* | sort`
|
||||
rm $logfile
|
||||
rm -f $logfile
|
||||
for i in $list ; do
|
||||
echo ---------------- >>$logfile
|
||||
echo $i >>$logfile
|
||||
|
Loading…
Reference in New Issue
Block a user