Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2018-06-25 13:14:24 -04:00
9 changed files with 248 additions and 40 deletions

View File

@@ -110,8 +110,8 @@ def do_tests(src_dir, patterns, target_dir, start_with=None,
files = [file for file in files if not 'site-packages' in file]
files = [file for file in files if not 'test' in file]
if len(files) > max_files:
# print("Numer of files %d - truncating to last 200" % len(files))
print("Numer of files %d - truncating to first %s" %
# print("Number of files %d - truncating to last 200" % len(files))
print("Number of files %d - truncating to first %s" %
(len(files), max_files))
files = files[:max_files]