URL: https://github.com/SSSD/sssd/pull/5684 Title: #5684: src/conf_macros.m4: set default value /run for pidpath
sumit-bose commented: """
Where can I see the detailed failure logs, please?
Hi,
the failures happen during the integration tests and can be seen in the `ci-make-intgcheck.log` log files. You can run the integration tests locally by calling `make intgcheck`, see https://sssd.io/contrib/tests/integration-tests.html for details.
I think the reason for the failure is that in the chroot environment used for the self-tests there is no `/run` directory created. Maybe adding a link to `/var/run` somewhere near https://github.com/SSSD/sssd/blob/master/Makefile.am#L4069 will help?
bye, Sumit """
See the full comment at https://github.com/SSSD/sssd/pull/5684#issuecomment-862181741