Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: tools/run-tests.py

Issue 10993080: Test runner: remove noisy debug output. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/test-server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ]
« no previous file with comments | « no previous file | tools/test-server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698