summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2017-08-01 09:22:38 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2017-08-03 10:11:56 +0200
commit1b3425d8cbc5697f7321ba364e38ef4c5ed9f2b4 (patch)
tree3702724aff84169770a7c8c03a93bf1bbee60fe5
parent9d90396775715de66e735dd55826e35f311450af (diff)
downloadsssd-1b3425d8cbc5697f7321ba364e38ef4c5ed9f2b4.tar.gz
sssd-1b3425d8cbc5697f7321ba364e38ef4c5ed9f2b4.tar.xz
sssd-1b3425d8cbc5697f7321ba364e38ef4c5ed9f2b4.zip
INTG: Add --with-session-recording=/bin/false to intgcheck's configure
Let's ensure that running `make intgcheck-*` doesn't fail when done locally. As --with-session-recording=/bin/false is now set in the Makefile.am, there's no need to set it in contrib/ci/configure.sh. Thus, the option has been removed from there. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
-rw-r--r--Makefile.am1
-rw-r--r--contrib/ci/configure.sh1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e7d69d2f0..62e0baf76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3538,6 +3538,7 @@ intgcheck-prepare:
--with-ldb-lib-dir="$$prefix"/lib/ldb \
--enable-intgcheck-reqs \
--without-semanage \
+ --with-session-recording-shell=/bin/false \
$(INTGCHECK_CONFIGURE_FLAGS) \
CFLAGS="$$CFLAGS -DKCM_PEER_UID=$$(id -u)"; \
$(MAKE) $(AM_MAKEFLAGS) ; \
diff --git a/contrib/ci/configure.sh b/contrib/ci/configure.sh
index 4a219da75..9d18d0c18 100644
--- a/contrib/ci/configure.sh
+++ b/contrib/ci/configure.sh
@@ -29,7 +29,6 @@ declare -a CONFIGURE_ARG_LIST=(
"--enable-ldb-version-check"
"--with-syslog=journald"
"--enable-systemtap"
- "--with-session-recording-shell=/bin/false"
)