summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-16 03:38:00 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-16 03:38:00 +0200
commit091a24b75f44a66aec34ec94161d55681b06efcd (patch)
treec9debd2c3573ad0f80500f9cb0bc837030663fc2 /tests/fate-run.sh
parent6322bc0b906350a49fdb73defbf179e06b10335e (diff)
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-xtests/fate-run.sh2
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(){