summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorOleh Prypin <oleh@pryp.in>2021-01-20 10:48:45 +0100
committerGitHub <noreply@github.com>2021-01-20 10:48:45 +0100
commit6f4309217326430145564ae8b1bb393ea684f39f (patch)
treebf4025a5e709426dc927c4afc4fd2286f8450ed9 /scripts
parentf0445be718da83541ea3401aad882f3937147263 (diff)
downloadpygments-git-6f4309217326430145564ae8b1bb393ea684f39f.tar.gz
Also add auto-updatable output-based tests to examplefiles (#1689)
Co-authored-by: Georg Brandl <georg@python.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check_sources.py2
1 files changed, 0 insertions, 2 deletions
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