tests: Increase debugging level for PAM tests

This commit is contained in:
Marco Trevisan (Treviño)
2020-01-24 16:17:26 +01:00
committed by Bastien Nocera
parent bebd3d2a98
commit 75aeff4acd

View File

@ -18,6 +18,7 @@ foreach t: tests
'TOPSRCDIR=' + meson.source_root(), 'TOPSRCDIR=' + meson.source_root(),
'LD_PRELOAD=libpam_wrapper.so', 'LD_PRELOAD=libpam_wrapper.so',
'PAM_WRAPPER=1', 'PAM_WRAPPER=1',
'PAM_WRAPPER_DEBUGLEVEL=2',
'PAM_WRAPPER_SERVICE_DIR=' + meson.current_build_dir() / 'services', 'PAM_WRAPPER_SERVICE_DIR=' + meson.current_build_dir() / 'services',
'G_DEBUG=fatal-warnings', 'G_DEBUG=fatal-warnings',
], ],