mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
script/autobuild.py: skip lcov step for samba-fips
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>
This commit is contained in:
parent
4552279823
commit
3189807278
@ -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),
|
||||
],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user