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

remove misplaced exit() in tests

This commit is contained in:
Lukas Winkler 2022-02-19 21:26:11 +01:00
parent 2c09f49897
commit cb9b85960d
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -251,7 +251,6 @@ if __name__ == "__main__":
if "TRAVIS_PULL_REQUEST" not in os.environ or not os.environ["TRAVIS_PULL_REQUEST"]:
test_if_all_icons_are_converted(ignore["ignored_source_files"])
exit()
test_if_source_for_images()
test_if_all_symlinks_are_valid()