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

Side by Side Diff: scripts/slave/recipes/flutter/flutter.expected/mac.json

Issue 1773623003: [driver] output verbose logging from flutter driver (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: remove intentional error Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « scripts/slave/recipes/flutter/flutter.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "rmcontents everything", 10 "name": "rmcontents everything",
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 "env": { 296 "env": {
297 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 297 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
298 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 298 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
299 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 299 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
300 }, 300 },
301 "name": "test create" 301 "name": "test create"
302 }, 302 },
303 { 303 {
304 "cmd": [ 304 "cmd": [
305 "flutter", 305 "flutter",
306 "drive" 306 "drive",
307 "--verbose"
307 ], 308 ],
308 "cwd": "[TMP_BASE]/tmp_tmp_1/sample_app", 309 "cwd": "[TMP_BASE]/tmp_tmp_1/sample_app",
309 "env": { 310 "env": {
310 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 311 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools",
311 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 312 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
312 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 313 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
313 }, 314 },
314 "name": "drive sample_app" 315 "name": "drive sample_app"
315 }, 316 },
316 { 317 {
(...skipping 20 matching lines...) Expand all
337 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 338 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
338 "@@@STEP_LOG_END@python.inline@@@" 339 "@@@STEP_LOG_END@python.inline@@@"
339 ] 340 ]
340 }, 341 },
341 { 342 {
342 "name": "$result", 343 "name": "$result",
343 "recipe_result": null, 344 "recipe_result": null,
344 "status_code": 0 345 "status_code": 0
345 } 346 }
346 ] 347 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/flutter/flutter.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698