summaryrefslogtreecommitdiffstats
path: root/testing/scripts
diff options
context:
space:
mode:
authorsky <sky@chromium.org>2016-01-29 10:17:18 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-29 18:19:23 +0000
commit40151f34b452c5d9ef2eb16b0e13745816d81c8c (patch)
tree3437d8487ec9aa998dc98be28759e7c91111e275 /testing/scripts
parent2286bcf7c47a90bf44a477f20fa31940ed0d5701 (diff)
downloadchromium_src-40151f34b452c5d9ef2eb16b0e13745816d81c8c.zip
chromium_src-40151f34b452c5d9ef2eb16b0e13745816d81c8c.tar.gz
chromium_src-40151f34b452c5d9ef2eb16b0e13745816d81c8c.tar.bz2
Updates mojo_apptests.py to return the correct target
It should be using mojo_apptests as that contains all the dependencies. BUG=569367 TEST=none R=dpranke@chromium.org Review URL: https://codereview.chromium.org/1650603002 Cr-Commit-Position: refs/heads/master@{#372378}
Diffstat (limited to 'testing/scripts')
-rwxr-xr-xtesting/scripts/mojo_apptests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/scripts/mojo_apptests.py b/testing/scripts/mojo_apptests.py
index 70f32c8..56e54e2 100755
--- a/testing/scripts/mojo_apptests.py
+++ b/testing/scripts/mojo_apptests.py
@@ -34,7 +34,7 @@ def main_run(args):
def main_compile_targets(args):
- json.dump(['mandoline:tests', 'mash/wm:tests'], args.output)
+ json.dump(['mojo_apptests'], args.output)
if __name__ == '__main__':