Don't try to run manual tests in installcheck
authorSimon McVittie <smcv@debian.org>
Fri, 27 Nov 2015 12:46:52 +0000 (12:46 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 1 Dec 2015 23:53:00 +0000 (00:53 +0100)
We were mistakenly running all installed executables, even manual tests
that never terminate.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=93194
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
test/Makefile.am

index c3c3815..605170e 100644 (file)
@@ -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 = \