regtest: suppress console output from tests
authorMåns Rullgård <mans@mansr.com>
Sat, 16 Jan 2010 20:17:55 +0000 (20:17 +0000)
committerMåns Rullgård <mans@mansr.com>
Sat, 16 Jan 2010 20:17:55 +0000 (20:17 +0000)
commit16cd99bbed1f61a0a8a03a66913d88bae7c3dbfd
tree196844e94dea7cf8134c73a4abb9e526eaa81ba9
parent730cb9dab397669ffea5f7b99deaebb37de8a823
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
tests/lavf-regression.sh
tests/regression-funcs.sh