OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 6 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
7 "[SLAVE_BUILD]/src/out/Release", | 7 "[SLAVE_BUILD]/src/out/Release", |
8 "/path/to/tmp/json" | 8 "/path/to/tmp/json" |
9 ], | 9 ], |
10 "name": "listdir build_dir", | 10 "name": "listdir build_dir", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 69 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
70 "@@@STEP_LOG_END@python.inline@@@" | 70 "@@@STEP_LOG_END@python.inline@@@" |
71 ] | 71 ] |
72 }, | 72 }, |
73 { | 73 { |
74 "name": "$result", | 74 "name": "$result", |
75 "recipe_result": null, | 75 "recipe_result": null, |
76 "status_code": 0 | 76 "status_code": 0 |
77 } | 77 } |
78 ] | 78 ] |
OLD | NEW |