summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-05-12 11:39:15 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-05-12 11:39:15 +0100
commit755940c24c030fdc0bc56fb72b2c7c2b79fa7f8c (patch)
treef535590ee97a57e02c1799f4380f3d8115a101ce
parentc8c4abbcf66a15be39d71c0550011421a0db821c (diff)
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.
-rw-r--r--tests/twisted/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 3375445f..0422b703 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