summaryrefslogtreecommitdiffstats
path: root/chrome/telemetry_unittests.isolate
diff options
context:
space:
mode:
authornednguyen <nednguyen@google.com>2016-01-13 10:31:53 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-13 18:33:02 +0000
commita9191918994fcda4c8128cde6c1925066df2f08b (patch)
tree1d6c4d96f1ca4ef674a69a0713df9597af4d3940 /chrome/telemetry_unittests.isolate
parent6868b3dd2e6d3f7b7cef1ded146f5f599257fc06 (diff)
downloadchromium_src-a9191918994fcda4c8128cde6c1925066df2f08b.zip
chromium_src-a9191918994fcda4c8128cde6c1925066df2f08b.tar.gz
chromium_src-a9191918994fcda4c8128cde6c1925066df2f08b.tar.bz2
[Telemetry] Update telemetry_unittests to use tools/perf/run_telemetry_tests
BUG=575711, Review URL: https://codereview.chromium.org/1579743002 Cr-Commit-Position: refs/heads/master@{#369220}
Diffstat (limited to 'chrome/telemetry_unittests.isolate')
-rw-r--r--chrome/telemetry_unittests.isolate5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/telemetry_unittests.isolate b/chrome/telemetry_unittests.isolate
index e42cf0a..441dda6 100644
--- a/chrome/telemetry_unittests.isolate
+++ b/chrome/telemetry_unittests.isolate
@@ -9,6 +9,7 @@
['OS=="mac" or OS=="win"', {
'variables': {
'files': [
+ '../tools/perf/run_telemetry_tests',
# Other dependencies of the tests and their harness.
'../testing/test_env.py',
'../testing/xvfb.py',
@@ -21,7 +22,7 @@
'variables': {
'command': [
'../testing/scripts/run_telemetry_as_googletest.py',
- '../tools/telemetry/run_tests',
+ '../tools/perf/run_telemetry_tests',
'-v',
'--chrome-root',
'..',
@@ -32,7 +33,7 @@
'variables': {
'command': [
'../testing/scripts/run_telemetry_as_googletest.py',
- '../tools/telemetry/run_tests',
+ '../tools/perf/run_telemetry_tests',
'-v',
'--chrome-root',
'..',