From 2a3d3a7d5b9c60dedf6638d876161d9563faebcf Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 18 Jan 2021 21:24:00 +0100 Subject: Move test_examplefiles to new tests/lexers scheme. --- scripts/check_sources.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/check_sources.py b/scripts/check_sources.py index 2b79cfe6..163c3067 100755 --- a/scripts/check_sources.py +++ b/scripts/check_sources.py @@ -159,8 +159,6 @@ def main(argv): for root, dirs, files in os.walk(path): if '.hg' in dirs: dirs.remove('.hg') - if 'examplefiles' in dirs: - dirs.remove('examplefiles') if '-i' in opts and abspath(root) in opts['-i']: del dirs[:] continue -- cgit v1.2.1