diff options
author | Måns Rullgård <mans@mansr.com> | 2010-01-16 20:17:55 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-01-16 20:17:55 +0000 |
commit | 16cd99bbed1f61a0a8a03a66913d88bae7c3dbfd (patch) | |
tree | 196844e94dea7cf8134c73a4abb9e526eaa81ba9 /tests/lavf-regression.sh | |
parent | 730cb9dab397669ffea5f7b99deaebb37de8a823 (diff) | |
download | ffmpeg-16cd99bbed1f61a0a8a03a66913d88bae7c3dbfd.tar.gz |
regtest: suppress console output from tests
This disables all console output from the *-regression.sh scripts by
default. If the V environment variable is set to 1, ffmpeg commands
are printed before being run. If V is greater than 1, ffmpeg output
goes to the console, otherwise stderr is redirected to a file.
Originally committed as revision 21253 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/lavf-regression.sh')
-rwxr-xr-x | tests/lavf-regression.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lavf-regression.sh b/tests/lavf-regression.sh index 7b97881bb3..a23a58fc1d 100755 --- a/tests/lavf-regression.sh +++ b/tests/lavf-regression.sh @@ -28,7 +28,7 @@ do_streamed_images() do_image_formats() { file=${outfile}lavf%02d.$1 - echo $ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file + $echov $ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file $ffmpeg -t 0.5 -y -qscale 10 -f image2 -vcodec pgmyuv -i $raw_src $2 $3 -flags +bitexact -sws_flags +accurate_rnd+bitexact $target_path/$file do_md5sum ${outfile}lavf02.$1 >> $logfile do_ffmpeg_crc $file $3 -i $target_path/$file |