[FFmpeg-cvslog] fate: use 'run' helper for seek-test
Mans Rullgard
git at videolan.org
Thu Sep 29 01:19:11 CEST 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Wed Sep 28 02:13:31 2011 +0100| [dec4b4705fe0bcfc3f07959a79960cb97e895f8a] | committer: Mans Rullgard
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 at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dec4b4705fe0bcfc3f07959a79960cb97e895f8a
---
tests/fate-run.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 56514c8..1babcc8 100755
--- a/tests/fate-run.sh
+++ b/tests/fate-run.sh
@@ -104,7 +104,7 @@ seektest(){
file=$(echo tests/data/$d/$file)
;;
esac
- $target_exec $target_path/libavformat/seek-test $target_path/$file
+ run libavformat/seek-test $target_path/$file
}
mkdir -p "$outdir"
More information about the ffmpeg-cvslog
mailing list