Merge branch 'master' into python-2.4

This commit is contained in:
rocky
2017-12-13 08:58:18 -05:00
23 changed files with 138 additions and 49 deletions

View File

@@ -101,6 +101,9 @@ def do_tests(src_dir, patterns, target_dir, start_with=None, do_verify=False):
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) > 200:
# print("Numer of files %d - truncating to last 200" % len(files))
# files = files[-200:]
print("Numer of files %d - truncating to first 200" % len(files))
files = files[:200]
print(time.ctime())