mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 04:09:57 +00:00
fate: simplify test runner slightly
All tests use the provided helper functions so prepending $target_exec and using eval is no longer required. Originally committed as revision 24317 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f366a6de31
commit
cdaf4b79bb
@ -66,8 +66,7 @@ fi
|
||||
|
||||
mkdir -p "$outdir"
|
||||
|
||||
case "$command" in /*) command="$target_exec $command" ;; esac
|
||||
eval $command > "$outfile" 2>/dev/null || exit
|
||||
$command > "$outfile" 2>/dev/null || exit
|
||||
|
||||
case $cmp in
|
||||
diff) diff -u -w "$ref" "$outfile" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user