Commit 2c25929c authored by diego's avatar diego

Do not run (broken) ffserver test by default and warn about its brokenness.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7710 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 82a42ae4
...@@ -16,9 +16,13 @@ SERVER_REFFILE=$(SRC_DIR)/ffserver.regression.ref ...@@ -16,9 +16,13 @@ SERVER_REFFILE=$(SRC_DIR)/ffserver.regression.ref
LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref LIBAV_REFFILE=$(SRC_DIR)/libav.regression.ref
all fulltest test: codectest libavtest test-server all fulltest test: codectest libavtest
test-server: vsynth1/00.pgm asynth1.sw test-server: vsynth1/00.pgm asynth1.sw
@echo
@echo "Unfortunately ffserver is broken and therefore its regression"
@echo "test fails randomly. Treat the results accordingly."
@echo
@$(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf @$(SRC_DIR)/server-regression.sh $(SERVER_REFFILE) $(SRC_DIR)/test.conf
# fast regression tests for all codecs # fast regression tests for all codecs
......
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