summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2017-02-21 21:05:25 +0100
committerLukas Slebodnik <lslebodn@redhat.com>2017-02-27 19:15:09 +0100
commit76b6d7fb9f31f7836158d248161aec3558098659 (patch)
tree76602afc849677024423ffbb708d76f06c678b28 /Makefile.am
parent78bb3676fe8326e0fe2b60daad8bf524e4625d4e (diff)
downloadsssd-76b6d7fb9f31f7836158d248161aec3558098659.tar.gz
sssd-76b6d7fb9f31f7836158d248161aec3558098659.tar.xz
sssd-76b6d7fb9f31f7836158d248161aec3558098659.zip
TESTS: Enable the files domain for all integration tests
This is done to make sure that enabling the files domain doesn't break existing functionality as well as making it possible to even that the implicit domain, since all integration tests use the same configuration. Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e676e1841..30ee5e590 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3239,6 +3239,7 @@ intgcheck-prepare:
--with-ldb-lib-dir="$$prefix"/lib/ldb \
--enable-intgcheck-reqs \
--without-semanage \
+ --enable-files-domain \
$(INTGCHECK_CONFIGURE_FLAGS); \
$(MAKE) $(AM_MAKEFLAGS); \
: Force single-thread install to workaround concurrency issues; \