diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-26 23:19:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-26 23:19:50 +0000 |
commit | 8d170f0efad1df6e713673b3b0896998678e424a (patch) | |
tree | 60cce4a862427ef57456f5c0d7c9bf62ee57c83c /tests/Makefile | |
parent | 62790b991749cb3babe33e52309ae104b0012ca0 (diff) | |
download | ffmpeg-8d170f0efad1df6e713673b3b0896998678e424a.tar.gz |
test ffserver even if ffmpeg regresion test fails
Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6358b5c81f..23032472d7 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -20,7 +20,7 @@ test-server: vsynth1/0.pgm asynth1.sw # fast regression tests for all codecs test mpeg4 mpeg: vsynth1/0.pgm asynth1.sw - @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE) + @$(SRC_PATH)/tests/regression.sh $@ $(REFFILE) || true # fast regression for libav formats libavtest: vsynth1/0.pgm asynth1.sw |