diff --git a/test/run.py b/test/run.py index 4c6c982b..767df4cd 100755 --- a/test/run.py +++ b/test/run.py @@ -131,6 +131,7 @@ def test_dir(completion_test_dir, third_party=False): __import__(f_name.replace('.py', '')) except ImportError: summary.append('Thirdparty-Library %s not found.' % f_name) + continue path = os.path.join(completion_test_dir, f_name) f = open(path) num_tests, fails = run_test(f.read())