Commit 564a4aac authored by Mike Case's avatar Mike Case Committed by Commit Bot

Fix tracing args not being propagated correctly.

Change-Id: Idf2fe1f593133c4ee2f105fb794afc6fa05bae0d
Reviewed-on: https://chromium-review.googlesource.com/592549Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Michael Case <mikecase@chromium.org>
Cr-Commit-Position: refs/heads/master@{#490975}
parent 3c2b21f8
......@@ -24,22 +24,16 @@
"Android Tests with Tracing": {
"instrumentation_tests": [
{
"args": [
"--trace-all"
],
"test": "chrome_public_test_apk"
"test": "chrome_public_test_apk",
"trace_output": true
},
{
"args": [
"--trace-all"
],
"test": "chrome_sync_shell_test_apk"
"test": "chrome_sync_shell_test_apk",
"trace_output": true
},
{
"args": [
"--trace-all"
],
"test": "content_shell_test_apk"
"test": "content_shell_test_apk",
"trace_output": true
}
]
},
......
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