| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "touch", | 4 "touch", |
| 5 "[TMP_BASE]\\zip-example_tmp_1\\a" | 5 "[TMP_BASE]\\zip-example_tmp_1\\a" |
| 6 ], | 6 ], |
| 7 "name": "touch a" | 7 "name": "touch a" |
| 8 }, | 8 }, |
| 9 { | 9 { |
| 10 "cmd": [ | 10 "cmd": [ |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 ], | 67 ], |
| 68 "name": "report" | 68 "name": "report" |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 "cmd": [ | 71 "cmd": [ |
| 72 "python", | 72 "python", |
| 73 "-u", | 73 "-u", |
| 74 "RECIPE_MODULE[build::zip]\\resources\\unzip.py" | 74 "RECIPE_MODULE[build::zip]\\resources\\unzip.py" |
| 75 ], | 75 ], |
| 76 "name": "unzipping", | 76 "name": "unzipping", |
| 77 "stdin": "{\"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output\", \"zip_
file\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zip\"}" | 77 "stdin": "{\"output\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output\", \"quie
t\": true, \"zip_file\": \"[TMP_BASE]\\\\zip-example_tmp_1\\\\output.zip\"}" |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "cmd": [ | 80 "cmd": [ |
| 81 "find" | 81 "find" |
| 82 ], | 82 ], |
| 83 "cwd": "[TMP_BASE]\\zip-example_tmp_1\\output", | 83 "cwd": "[TMP_BASE]\\zip-example_tmp_1\\output", |
| 84 "name": "listing" | 84 "name": "listing" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| (...skipping 13 matching lines...) Expand all Loading... |
| 101 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 101 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 102 "@@@STEP_LOG_END@python.inline@@@" | 102 "@@@STEP_LOG_END@python.inline@@@" |
| 103 ] | 103 ] |
| 104 }, | 104 }, |
| 105 { | 105 { |
| 106 "name": "$result", | 106 "name": "$result", |
| 107 "recipe_result": null, | 107 "recipe_result": null, |
| 108 "status_code": 0 | 108 "status_code": 0 |
| 109 } | 109 } |
| 110 ] | 110 ] |
| OLD | NEW |