diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-04-12 14:50:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-12 14:50:35 +0000 |
commit | 6692d61b120c5e1723476222cd349051f2a7c3de (patch) | |
tree | ae5ed4f92534f9408c70cf233c254373e48e9a9f /tests/Makefile | |
parent | a90fb38bfa07701b03d8b9d50e139a23d0537fd7 (diff) | |
download | ffmpeg-6692d61b120c5e1723476222cd349051f2a7c3de.tar.gz |
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
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index b4ab9a0198..82c671e699 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 |