fate-run: Drop unnecessary regtest() indirection
The indirection was used to abstract from the different -regression.sh scripts. Now that only one remains, this indirection is pointless.
This commit is contained in:
@@ -146,14 +146,10 @@ enc_dec(){
|
|||||||
tests/tiny_psnr $srcfile $decfile $cmp_unit $cmp_shift
|
tests/tiny_psnr $srcfile $decfile $cmp_unit $cmp_shift
|
||||||
}
|
}
|
||||||
|
|
||||||
regtest(){
|
|
||||||
t="${test#$2-}"
|
|
||||||
ref=${base}/ref/$2/$t
|
|
||||||
${base}/${1}-regression.sh $t $2 $3 "$target_exec" "$target_path" "$threads" "$thread_type" "$cpuflags"
|
|
||||||
}
|
|
||||||
|
|
||||||
lavftest(){
|
lavftest(){
|
||||||
regtest lavf lavf tests/vsynth1
|
t="${test#lavf-}"
|
||||||
|
ref=${base}/ref/lavf/$t
|
||||||
|
${base}/lavf-regression.sh $t lavf tests/vsynth1 "$target_exec" "$target_path" "$threads" "$thread_type" "$cpuflags"
|
||||||
}
|
}
|
||||||
|
|
||||||
video_filter(){
|
video_filter(){
|
||||||
|
Reference in New Issue
Block a user