Commit 8b9799f3 authored by Jonathan's avatar Jonathan Committed by Commit Bot

Fix telemetry_perf_unittests_viz

When adding telemetry_perf_unittests_viz I thought the isolate would just run
the targeted script. However it also tries to build a target of the same name.
Since this is an override, there is no target.

This change adds the executable override to the isolate definition.

TBR=dpranke@chromium.org

Bug: 795760
Change-Id: I2482275fffd3cfdee542ddb509f287d37fb75d1a
Reviewed-on: https://chromium-review.googlesource.com/847420Reviewed-by: default avatarJonathan Ross <jonross@chromium.org>
Commit-Queue: Jonathan Ross <jonross@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526497}
parent e4d6d0b5
......@@ -960,6 +960,7 @@
"telemetry_perf_unittests_viz": {
"label": "//chrome/test:telemetry_perf_unittests",
"type": "script",
"executable": "telemetry_perf_tests",
"script": "//testing/scripts/run_telemetry_as_googletest.py",
"args": [
"../../tools/perf/run_tests",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment