Ticket #17393: 17393.patch
File 17393.patch, 491 bytes (added by , 13 years ago) |
---|
-
tests/runtests.py
54 54 if (f.startswith('__init__') or 55 55 f.startswith('.') or 56 56 f.startswith('sql') or 57 f.startswith('__pycache__') or 57 58 os.path.basename(f) in REGRESSION_SUBDIRS_TO_SKIP): 58 59 continue 59 60 modules.append((loc, f))