script/autobuild.py: skip lcov step for samba-fips
authorStefan Metzmacher <metze@samba.org>
Wed, 30 Dec 2020 11:11:55 +0000 (12:11 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Apr 2021 08:23:35 +0000 (08:23 +0000)
This doesn't really work and only generates an empty samba-fips.info
file.

Someone familiar with gcov/lcov should look at this and fix it.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
script/autobuild.py

index 5f0a77f35907791d621a74eb834dcdb090dfda17..25e6291d7e560fa178787b7eb42f9b491a8564b8 100755 (executable)
@@ -573,7 +573,7 @@ tasks = {
         "sequence": [
             ("random-sleep", random_sleep(1, 1)),
             ("test", make_test(include_envs=["ad_dc_fips", "ad_member_fips"])),
-            ("lcov", LCOV_CMD),
+            # TODO: This seems to generate only an empty samba-fips.info ("lcov", LCOV_CMD),
             ("check-clean-tree", CLEAN_SOURCE_TREE_CMD),
         ],
     },