aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-11-09 21:37:18 -0800
committerMichael Niedermayer <michaelni@gmx.at>2015-04-25 15:06:54 +0200
commit155e0e9fd964683969f2a905626ba975c5cddf1a (patch)
tree8d1ebec657f9c480fb313f1fe91895fe8130cc64
parent7493c54ad075920721c2b80a9b0d86cf02f41f4a (diff)
downloadffmpeg-155e0e9fd964683969f2a905626ba975c5cddf1a.tar.gz
tests: Fix test name for pixfmts tests(cherry picked from commit e1ee0521a698809ed216e9e5c11bd2bbb466ed04)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xtests/fate-run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index b994abab27..c466e06b0d 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -197,12 +197,14 @@ pixfmts(){
$showfiltfmts $filter | awk -F '[ \r]' '/^INPUT/{ fmt=substr($3, 5); print fmt }' | sort >$in_fmts
pix_fmts=$(comm -12 $scale_exclude_fmts $in_fmts)
+ outertest=$test
for pix_fmt in $pix_fmts; do
test=$pix_fmt
video_filter "${prefilter_chain}format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt
done
rm $in_fmts $scale_in_fmts $scale_out_fmts $scale_exclude_fmts
+ test=$outertest
}
mkdir -p "$outdir"