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

Unified Diff: tools/chrome_proxy/run_measurement

Issue 397483002: Move chrome_proxy tests from under tools/perf to tools/chrome_proxy/integration_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated tools/perf/run_tests to include chrome_proxy tests. Created 6 years, 5 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
Index: tools/chrome_proxy/run_measurement
diff --git a/tools/perf/run_measurement b/tools/chrome_proxy/run_measurement
similarity index 92%
copy from tools/perf/run_measurement
copy to tools/chrome_proxy/run_measurement
index 362a94343eb1d7df2926bea3aa4aa3d67ca546a5..b60704a8462f4d7ed0df68afa6de9f67c1676258 100755
--- a/tools/perf/run_measurement
+++ b/tools/chrome_proxy/run_measurement
@@ -7,6 +7,7 @@ import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
+sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'perf'))
from telemetry import test_runner
from telemetry.core import environment

Powered by Google App Engine
This is Rietveld 408576698