[next] telepathy-salut: Only install tests that work with the mock Avahi for now

Simon McVittie smcv at kemper.freedesktop.org
Mon May 12 03:56:46 PDT 2014


Module: telepathy-salut
Branch: next
Commit: 755940c24c030fdc0bc56fb72b2c7c2b79fa7f8c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=755940c24c030fdc0bc56fb72b2c7c2b79fa7f8c

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon May 12 11:39:15 2014 +0100

Only install tests that work with the mock Avahi for now

Running the tests on a real Avahi instance was never particularly
reliable, and has bit-rotted since we introduced the mock Avahi.

---

 tests/twisted/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 3375445..0422b70 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -182,9 +182,11 @@ mock-avahi/%.test: Makefile
 
 insttestdir = ${datadir}/installed-tests/telepathy-salut-1
 
+# FIXME: make the installed-tests work with the real Avahi and install them:
+# $(patsubst %.py,real-avahi/%.test,$(TWISTED_TESTS))
+
 if ENABLE_INSTALLED_TESTS
 nobase_nodist_insttest_DATA = \
 	$(patsubst %.py,mock-avahi/%.test,$(TWISTED_TESTS)) \
-	$(patsubst %.py,real-avahi/%.test,$(TWISTED_TESTS)) \
 	$(NULL)
 endif



More information about the telepathy-commits mailing list