diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-03-02 17:16:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-03-02 17:16:25 +0000 |
commit | af3390cb853ffdc736a478df97c4c071f7ae3147 (patch) | |
tree | 86934cdf0391e51b7e9b0f423e949fae6a4fb8be /tests/copycooker.sh | |
parent | bf9d70d5e453ea6226c985308a9c5c4eb7db5f40 (diff) | |
download | ffmpeg-af3390cb853ffdc736a478df97c4c071f7ae3147.tar.gz |
Make sure we dont double test files and sort the list.
Originally committed as revision 22150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/copycooker.sh')
-rwxr-xr-x | tests/copycooker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/copycooker.sh b/tests/copycooker.sh index 669433238a..4b5811dcf6 100755 --- a/tests/copycooker.sh +++ b/tests/copycooker.sh @@ -8,7 +8,7 @@ datadir="tests/data" logfile="$datadir/copy.regression" reffile="$1" -list=$(grep -oh ' ./tests/data/.*' tests/ref/*/* "$reffile") +list=$(grep -oh ' ./tests/data/.*' tests/ref/{acodec,lavf,vsynth1}/*| sort) rm -f $logfile for i in $list ; do echo ---------------- >> $logfile |