summaryrefslogtreecommitdiff
path: root/tests/regression-funcs.sh
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-12-10 19:33:27 +0100
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-12-10 19:34:28 +0100
commit78fde9323d2b41297da432ad000904ca15e012d5 (patch)
tree9231024e50cee63cb136d5ae0298f2e7d27f35c5 /tests/regression-funcs.sh
parent0849a0ebb2c94856c3a94cb114a1412e44904c28 (diff)
Run zmbv regression without md5sum.
Judging by the differences this should make all FATE machines pass the test. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index b8164843a5..b0a9b85fad 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -105,6 +105,12 @@ do_video_encoding()
do_avconv $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS $2
}
+do_video_encoding_nomd5()
+{
+ file=${outfile}$1
+ do_avconv_nomd5 $file $DEC_OPTS -f image2 -vcodec pgmyuv -i $raw_src $ENC_OPTS $2
+}
+
do_audio_encoding()
{
file=${outfile}$1