From: Pavel Filipenský Date: Mon, 15 Jan 2024 09:33:05 +0000 (+0100) Subject: autobuild: Run ad_member_idmap_nss tests as part of samba-admem X-Git-Tag: talloc-2.4.2~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf3656d30cedf95f4d4cccc585f98db9ba03b28;p=thirdparty%2Fsamba.git 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ý Pair-Programmed-With: Andreas Schneider Reviewed-by: Andreas Schneider Autobuild-User(master): Pavel Filipensky Autobuild-Date(master): Mon Jan 22 08:17:32 UTC 2024 on atb-devel-224 --- 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),