mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 21:14:47 +00:00
fate: use 'run' helper for seek-test
This is simpler, and the actual seek-test command is printed with V=1. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
bc3a741fa0
commit
dec4b4705f
@ -104,7 +104,7 @@ seektest(){
|
|||||||
file=$(echo tests/data/$d/$file)
|
file=$(echo tests/data/$d/$file)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
$target_exec $target_path/libavformat/seek-test $target_path/$file
|
run libavformat/seek-test $target_path/$file
|
||||||
}
|
}
|
||||||
|
|
||||||
mkdir -p "$outdir"
|
mkdir -p "$outdir"
|
||||||
|
Loading…
Reference in New Issue
Block a user