[SCM] libav/experimental: Do not run (broken) ffserver test by default and warn about its brokenness.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:55:34 UTC 2013
The following commit has been merged in the experimental branch:
commit 200d9a885b64a739e6510a527911bdaee7f2eae0
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Jan 25 12:56:14 2007 +0000
Do not run (broken) ffserver test by default and warn about its brokenness.
Originally committed as revision 7710 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/tests/Makefile b/tests/Makefile
index 18a5157..426cd69 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -16,9 +16,13 @@ SERVER_REFFILE=$(SRC_DIR)/ffserver.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
+ @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
# fast regression tests for all codecs
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list