提交 7efe8399 编写于 作者: M Michael Niedermayer

tests/fate-run: add runecho command to run a test and display its output

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 56193d33
......@@ -71,6 +71,11 @@ run(){
$target_exec $target_path/"$@"
}
runecho(){
test "${V:-0}" -gt 0 && echo "$target_exec" $target_path/"$@" >&3
$target_exec $target_path/"$@" >&3
}
probefmt(){
run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册