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

Unified Diff: tools/chrome_proxy/run_tests

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: addressed comments and sync'ed 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
« no previous file with comments | « tools/chrome_proxy/run_benchmark ('k') | tools/perf/benchmarks/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/run_tests
diff --git a/tools/perf/run_tests b/tools/chrome_proxy/run_tests
similarity index 84%
copy from tools/perf/run_tests
copy to tools/chrome_proxy/run_tests
index e5dbf09cefc7a022fbc1942b652cac07215671a8..37241cafc7942e35c68426472eb1fab2fc66eefa 100755
--- a/tools/perf/run_tests
+++ b/tools/chrome_proxy/run_tests
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -12,6 +12,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.unittest import gtest_output_formatter
from telemetry.unittest import run_tests
« no previous file with comments | « tools/chrome_proxy/run_benchmark ('k') | tools/perf/benchmarks/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698