From: Simon McVittie Date: Fri, 27 Nov 2015 12:46:52 +0000 (+0000) Subject: Don't try to run manual tests in installcheck X-Git-Tag: dbus-1.11.0~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5de08f2f987dcdffa6aadaca39e0ad613309dde;p=thirdparty%2Fdbus.git Don't try to run manual tests in installcheck 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 --- diff --git a/test/Makefile.am b/test/Makefile.am index c7bdea223..82c76f4ed 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -294,7 +294,7 @@ if DBUS_ENABLE_INSTALLED_TESTS $(installcheck_environment) \ $(srcdir)/dbus-test-runner \ $(testexecdir) \ - $(testexec_PROGRAMS); } + $(installable_tests); } endif DBUS_ENABLE_INSTALLED_TESTS in_data = \