mirror of https://git.ffmpeg.org/ffmpeg.git
test ffserver even if ffmpeg regresion test fails
Originally committed as revision 1709 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
62790b9917
commit
8d170f0efa
|
@ -20,7 +20,7 @@ test-server: vsynth1/0.pgm asynth1.sw
|
||||||
|
|
||||||
# fast regression tests for all codecs
|
# fast regression tests for all codecs
|
||||||
test mpeg4 mpeg: vsynth1/0.pgm asynth1.sw
|
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
|
# fast regression for libav formats
|
||||||
libavtest: vsynth1/0.pgm asynth1.sw
|
libavtest: vsynth1/0.pgm asynth1.sw
|
||||||
|
|
Loading…
Reference in New Issue