mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fail if a test fails instead of contuing as if everything was ok
Originally committed as revision 1767 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a90fb38bfa
commit
6692d61b12
@ -21,8 +21,8 @@ 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 vsynth2/0.pgm asynth1.sw tiny_psnr
|
test mpeg4 mpeg: vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
|
||||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1 || true
|
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1
|
||||||
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2 || true
|
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2
|
||||||
|
|
||||||
# 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
Block a user