From b6f0cfb4e85df001a31776de6b9822541df540d0 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Nov 2015 12:46:52 +0000 Subject: [PATCH 09/10] Don't try to run manual tests in installcheck We were mistakenly running all installed executables, even manual tests that never terminate. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index c3c3815..605170e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -298,7 +298,7 @@ if DBUS_ENABLE_INSTALLED_TESTS $(installcheck_environment) \ $(srcdir)/dbus-test-runner \ $(testexecdir) \ - $(testexec_PROGRAMS); } + $(installable_tests); } endif DBUS_ENABLE_INSTALLED_TESTS in_data = \ -- 2.6.2