diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-09 20:38:34 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-03-09 20:38:34 +0200 |
commit | f13f5e2b6ff6c5674b5d3a4b441c14a12222fde0 (patch) | |
tree | 435f6c63ea70390319acf330b72d6f87ff0eedc7 | |
parent | 393454c66c59816802a98bc695ef2079170655f9 (diff) | |
download | meson-f13f5e2b6ff6c5674b5d3a4b441c14a12222fde0.zip meson-f13f5e2b6ff6c5674b5d3a4b441c14a12222fde0.tar.gz meson-f13f5e2b6ff6c5674b5d3a4b441c14a12222fde0.tar.bz2 |
Removed leftover print.
-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() |