summaryrefslogtreecommitdiff
path: root/tests/fate-run.sh
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-27 14:06:54 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-29 18:52:35 +0200
commited18c49f5ff8a124a805142fb9a1803890563822 (patch)
tree49bc3047e0aec1e0b95ec8c806493d3d0aa633bd /tests/fate-run.sh
parentfc97b1f091ff38210699b2e5819c94e4f4ebd1fa (diff)
fate: Add basic license header check
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate-run.sh')
-rwxr-xr-xtests/fate-run.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 4aeb2e61df..76f66d3206 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -87,6 +87,11 @@ probefmt(){
run ffprobe -show_entries format=format_name -print_format default=nw=1:nk=1 -v 0 "$@"
}
+runlocal(){
+ test "${V:-0}" -gt 0 && echo ${base}/"$@" ${base} >&3
+ ${base}/"$@" ${base}
+}
+
probeframes(){
run ffprobe -show_frames -v 0 "$@"
}