From f628ca051f9038b5e8ef556c6e5159ba30dce47a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 1 Sep 2021 09:40:08 +1200 Subject: [PATCH] script/autobuild.py: Restore MIT ADDC tests against fl2008* Commit 7387da74e6f0e33de5f80b9a5e59f268541f52cd incorrectly ran the fl2000dc and fl2003dc tests twice, rather than the fl2008dc and fl2008r2dc tests in samba-ad-dc-4b-mitkrb5. (Now ad-dc-mit-4b) BUG: https://bugzilla.samba.org/show_bug.cgi?id=14815 Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Thu Sep 2 05:56:12 UTC 2021 on sn-devel-184 (cherry picked from commit 40b65fcb5830c6168a3032eb12bb4c8acc940bb3) RN: A subset of tests from Samba's selftest system were not being run, while others were run twice. --- script/autobuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/autobuild.py b/script/autobuild.py index c554c331da4..b1dcece0093 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -689,8 +689,8 @@ tasks = { "sequence": [ ("random-sleep", random_sleep(1, 1)), ("test", make_test(include_envs=[ - "fl2000dc", - "fl2003dc", + "fl2008dc", + "fl2008r2dc", ])), ("lcov", LCOV_CMD), ("check-clean-tree", CLEAN_SOURCE_TREE_CMD), -- 2.25.1