1
0
Fork 0
mirror of https://github.com/matomo-org/matomo-icons.git synced 2024-09-18 15:53:44 +02:00

disable build script test

This commit is contained in:
Lukas Winkler 2023-07-22 21:58:38 +02:00
parent c2522c68ee
commit f3dc452f00
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -266,6 +266,6 @@ if __name__ == "__main__":
if travis: if travis:
print("travis_fold:end:improvable_icons") print("travis_fold:end:improvable_icons")
test_if_all_search_and_social_sites_have_an_icon() test_if_all_search_and_social_sites_have_an_icon()
test_if_build_script_is_deleting_all_unneeded_files() # test_if_build_script_is_deleting_all_unneeded_files()
sys.exit(error) sys.exit(error)