Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 7afc8fcfad1d343e3d2c1e697d4aa27016bfc82a..ed01abee042ab0fbc219b3572d97d57b48ac6837 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -220,7 +220,6 @@ def Main(): |
exit_code = code |
suite_paths = utils.GetSuitePaths(join(workspace, "test")) |
- print "all suite_paths:", suite_paths |
if len(args) == 0: |
suite_paths = [ s for s in suite_paths if s in DEFAULT_TESTS ] |