[telepathy-mission-control/master] Correctly delete all files created by the tests

Simon McVittie simon.mcvittie at collabora.co.uk
Tue May 19 05:06:57 PDT 2009


---
 test/twisted/Makefile.am       |    2 ++
 test/twisted/tools/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/test/twisted/Makefile.am b/test/twisted/Makefile.am
index 99f8bb8..d8c0b5a 100644
--- a/test/twisted/Makefile.am
+++ b/test/twisted/Makefile.am
@@ -82,6 +82,7 @@ check-twisted:
 	rm -f tools/core
 	rm -f tools/missioncontrol-*.log
 	rm -f accounts/accounts.cfg
+	rm -f accounts/.mc_connections
 	env $(BASIC_TESTS_ENVIRONMENT) $(WITH_SESSION_BUS) $(MAKE) check-TESTS \
 		TESTS='$$(TWISTED_BASIC_TESTS)' \
 		TESTS_ENVIRONMENT='$$(COMBINED_TESTS_ENVIRONMENT)'
@@ -107,6 +108,7 @@ EXTRA_DIST = \
 
 CLEANFILES = \
 	accounts/accounts.cfg \
+	accounts/.mc_connections \
 	mc-[1-9]*.log \
 	*.pyc \
 	*/*.pyc \
diff --git a/test/twisted/tools/Makefile.am b/test/twisted/tools/Makefile.am
index b5ade2c..bdff43e 100644
--- a/test/twisted/tools/Makefile.am
+++ b/test/twisted/tools/Makefile.am
@@ -31,4 +31,4 @@ EXTRA_DIST = \
 
 CLEANFILES = \
     $(BUILT_SOURCES) \
-    missioncontrol-testing.log
+    missioncontrol-*.log
-- 
1.5.6.5



More information about the telepathy-commits mailing list