mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 03:48:02 +02:00
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>
This commit is contained in:
parent
0c0cd9aefd
commit
d5de08f2f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue