summaryrefslogtreecommitdiff
path: root/tests/copycooker.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-03-02 17:16:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-03-02 17:16:25 +0000
commitaf3390cb853ffdc736a478df97c4c071f7ae3147 (patch)
tree86934cdf0391e51b7e9b0f423e949fae6a4fb8be /tests/copycooker.sh
parentbf9d70d5e453ea6226c985308a9c5c4eb7db5f40 (diff)
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-xtests/copycooker.sh2
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