Commit 6692d61b authored by Michael Niedermayer's avatar Michael Niedermayer

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
parent a90fb38b
......@@ -21,8 +21,8 @@ test-server: vsynth1/0.pgm asynth1.sw
# fast regression tests for all codecs
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 $@ $(REFFILE2) vsynth2 || true
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE1) vsynth1
@$(SRC_PATH)/tests/regression.sh $@ $(REFFILE2) vsynth2
# fast regression for libav formats
libavtest: vsynth1/0.pgm asynth1.sw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment