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

Unified Diff: tools/telemetry/run_tests

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « tools/telemetry/examples/top1k ('k') | tools/telemetry/telemetry/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/run_tests
diff --git a/tools/chrome_remote_control/run_tests b/tools/telemetry/run_tests
similarity index 74%
rename from tools/chrome_remote_control/run_tests
rename to tools/telemetry/run_tests
index e6d64bf0456c17f6052c5aabbd2b853b44224a97..43a9ec25bd0329861cdbbc45a8793ed1bcbad85f 100755
--- a/tools/chrome_remote_control/run_tests
+++ b/tools/telemetry/run_tests
@@ -5,12 +5,12 @@
import os
import sys
-import chrome_remote_control.run_tests
+import telemetry.run_tests
if __name__ == '__main__':
top_level_dir = os.path.abspath(
os.path.dirname(__file__))
- start_dir = 'chrome_remote_control'
- ret = chrome_remote_control.run_tests.Main(
+ start_dir = 'telemetry'
+ ret = telemetry.run_tests.Main(
sys.argv[1:], start_dir, top_level_dir)
sys.exit(ret)
« no previous file with comments | « tools/telemetry/examples/top1k ('k') | tools/telemetry/telemetry/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698