The branch, master has been updated via fdf3656d30c autobuild: Run ad_member_idmap_nss tests as part of samba-admem from 45962d416f4 source3/lib: Properly log the change in capability
https://git.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit fdf3656d30cedf95f4d4cccc585f98db9ba03b28 Author: Pavel Filipenský <pfilipen...@samba.org> Date: Mon Jan 15 10:33:05 2024 +0100 autobuild: Run ad_member_idmap_nss tests as part of samba-admem Those are currently running as part of the normal 'samba' target. It makes more sense to run them togehter with the other ad_member tests. Signed-off-by: Pavel Filipenský <pfilipen...@samba.org> Pair-Programmed-With: Andreas Schneider <a...@samba.org> Reviewed-by: Andreas Schneider <a...@samba.org> Autobuild-User(master): Pavel Filipensky <pfilipen...@samba.org> Autobuild-Date(master): Mon Jan 22 08:17:32 UTC 2024 on atb-devel-224 ----------------------------------------------------------------------- Summary of changes: script/autobuild.py | 4 ++++ 1 file changed, 4 insertions(+) Changeset truncated at 500 lines: diff --git a/script/autobuild.py b/script/autobuild.py index a10b9aebdef..7eea3653e0b 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -334,6 +334,7 @@ tasks = { "admem_idmap_autorid", "ad_member_idmap_ad", "ad_member_rfc2307", + "ad_member_idmap_nss", "ad_member_oneway", "chgdcpass", "vampire_2000_dc", @@ -403,6 +404,7 @@ tasks = { "admem_idmap_autorid", "ad_member_idmap_ad", "ad_member_rfc2307", + "ad_member_idmap_nss", "ad_member_oneway", "chgdcpass", "vampire_2000_dc", @@ -514,6 +516,7 @@ tasks = { "admem_idmap_autorid", "ad_member_idmap_ad", "ad_member_rfc2307", + "ad_member_idmap_nss", "ad_member_offlogon", ])), ("lcov", LCOV_CMD), @@ -720,6 +723,7 @@ tasks = { "admem_idmap_autorid", "ad_member_idmap_ad", "ad_member_rfc2307", + "ad_member_idmap_nss", "ad_member_offlogon", ])), ("lcov", LCOV_CMD), -- Samba Shared Repository