mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-27 18:30:11 +01:00
Set DBUS_TEST_HOMEDIR when running installcheck
This avoids spamming ~/.dbus and ~/.dbus-keyrings with filesystem activity while running the tests. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41218 Reviewed-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
parent
ec350d8d06
commit
c587e56b8a
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ installable_tests = \
|
|||
installcheck_tests =
|
||||
installcheck_environment = \
|
||||
DBUS_TEST_DAEMON=$(DESTDIR)$(DBUS_DAEMONDIR)/dbus-daemon$(EXEEXT) \
|
||||
DBUS_TEST_HOMEDIR=@abs_top_builddir@/dbus \
|
||||
DBUS_TEST_SYSCONFDIR=$(DESTDIR)$(sysconfdir)
|
||||
|
||||
TESTS_ENVIRONMENT = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue