diff options
-rwxr-xr-x | run_tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/run_tests.py b/run_tests.py index b570d62..04a6c20 100755 --- a/run_tests.py +++ b/run_tests.py @@ -58,7 +58,6 @@ def run_test(testdir): raise RuntimeError('Running install failed.') def gather_tests(testdir): - print(glob(os.path.join(testdir, '*'))) tests = [t.replace('\\', '/').split('/', 2)[2] for t in glob(os.path.join(testdir, '*'))] testlist = [(int(t.split()[0]), t) for t in tests] testlist.sort() |