Browse Source

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>
tags/n0.9
Mans Rullgard 14 years ago
parent
commit
dec4b4705f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/fate-run.sh

+ 1
- 1
tests/fate-run.sh View File

@@ -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"


Loading…
Cancel
Save