From cb9b85960d4bf05902714a771e0fd0ebca2ba851 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 19 Feb 2022 21:26:11 +0100 Subject: [PATCH] remove misplaced exit() in tests --- tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests.py b/tests.py index ff27ea7..3f809d0 100755 --- a/tests.py +++ b/tests.py @@ -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()