summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-11-27 12:46:52 +0000
committerSimon McVittie <smcv@debian.org>2015-12-02 18:51:08 +0000
commitd5de08f2f987dcdffa6aadaca39e0ad613309dde (patch)
tree073c864ff73fec4b4511390e8e16db7a3864770f
parent0c0cd9aefd3074bb518e640aabada9aabb4cb313 (diff)
downloaddbus-d5de08f2f987dcdffa6aadaca39e0ad613309dde.tar.gz
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 <ralf.habacker@freenet.de>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index c7bdea22..82c76f4e 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 = \