From a94eb5eae6047a123e004e2a1af2eed1107e9324 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 10 Sep 2013 16:16:48 +0200 Subject: [PATCH 4/7] move sidecars.py to TWISTED_AVAHI_TESTS This test connects a SalutConnection and so will create an Avahi service appearing on the network. https://bugs.freedesktop.org/show_bug.cgi?id=69216 --- tests/twisted/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index 1a37388..80bd01c 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -2,11 +2,11 @@ TWISTED_TESTS = TWISTED_BASIC_TESTS = \ cm/protocol.py \ - sidecars.py \ $(NULL) TWISTED_AVAHI_TESTS = \ caps_helper.py \ + sidecars.py \ avahi/register.py \ avahi/aliases.py \ avahi/request-im.py \ -- 1.8.3.1