diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-16 03:38:00 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-16 03:38:00 +0200 |
commit | 091a24b75f44a66aec34ec94161d55681b06efcd (patch) | |
tree | c9debd2c3573ad0f80500f9cb0bc837030663fc2 /tests/fate-run.sh | |
parent | 6322bc0b906350a49fdb73defbf179e06b10335e (diff) | |
download | ffmpeg-091a24b75f44a66aec34ec94161d55681b06efcd.tar.gz |
fate: more cases of avconv that should be conditional
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-x | tests/fate-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh index c35d0abadd..3de097e515 100755 --- a/tests/fate-run.sh +++ b/tests/fate-run.sh @@ -77,7 +77,7 @@ pcm(){ regtest(){ t="${test#$2-}" ref=${base}/ref/$2/$t - ${base}/${1}-regression.sh $t $2 $3 "$target_exec" "$target_path" "$threads" "$thread_type" + ${base}/${1}-regression.sh $t $2 $3 "$target_exec" "$target_path" "$threads" "$thread_type" "$tool" } codectest(){ |