From cc0160667e8a3b132236a7bf5776c3865c481b7b Mon Sep 17 00:00:00 2001 From: Paul Wolneykien Date: Wed, 4 May 2022 16:56:42 +0300 Subject: test-runner.c: Fix: Make the test configuration files aware of the --with-greeter-user configuration parameter Use GREETER_USER for the greeter user name in the `tests/scripts/*-pam*.conf.in` files. Without this modification LightDM built with non-default greeter user name is unable to pass some tests. Signed-off-by: Paul Wolneykien --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b386ab63..7e2b4eeb 100644 --- a/configure.ac +++ b/configure.ac @@ -216,6 +216,9 @@ po/Makefile.in src/Makefile tests/Makefile tests/src/Makefile +tests/scripts/login-pam-config.conf +tests/scripts/login-pam.conf +tests/scripts/switch-to-greeter-return-session-pam.conf ]) AC_OUTPUT -- cgit v1.2.1