From: Andrew Bartlett Date: Tue, 31 Aug 2021 21:40:08 +0000 (+1200) Subject: script/autobuild.py: Restore MIT ADDC tests against fl2008* X-Git-Tag: ldb-2.5.0~811 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40b65fcb5830c6168a3032eb12bb4c8acc940bb3;p=thirdparty%2Fsamba.git 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 --- diff --git a/script/autobuild.py b/script/autobuild.py index 9c343d1f29c..e42e2365488 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -713,8 +713,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),