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

Unified Diff: tools/telemetry/telemetry/page/perf_tests_helper.py

Issue 12255052: [Telemetry] Fix perf bots after http://crrev.com/183009. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix new test, testComponentExtension. Created 7 years, 10 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 | « tools/telemetry/telemetry/core/wpr_server.py ('k') | tools/telemetry/telemetry/test/discover.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/perf_tests_helper.py
diff --git a/tools/telemetry/telemetry/page/perf_tests_helper.py b/tools/telemetry/telemetry/page/perf_tests_helper.py
index d4a8543d7f68ea72060bbbc6832392702820cc6d..61a2c9cedca8a425beeafd53e574a07f86ba03a7 100644
--- a/tools/telemetry/telemetry/page/perf_tests_helper.py
+++ b/tools/telemetry/telemetry/page/perf_tests_helper.py
@@ -8,7 +8,7 @@ import sys
def __init__():
path = os.path.join(os.path.dirname(__file__),
- '../../../../build/android')
+ '..', '..', '..', '..', 'build', 'android')
path = os.path.abspath(path)
assert os.path.exists(os.path.join(path,
'pylib', '__init__.py'))
« no previous file with comments | « tools/telemetry/telemetry/core/wpr_server.py ('k') | tools/telemetry/telemetry/test/discover.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698