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

Side by Side Diff: recipes/engine_tests/missing_start_dir.expected/basic.json

Issue 2885293003: [step_runner] do not immediately bail when START_DIR is gone. (Closed)
Patch Set: whitespace Created 3 years, 7 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
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "bash",
5 "-c",
6 "echo some step"
7 ],
8 "name": "innocent step"
9 },
10 {
11 "cmd": [
12 "rm",
13 "-rf",
14 "[START_DIR]"
15 ],
16 "name": "nuke it"
17 },
18 {
19 "cmd": [
20 "bash",
21 "-c",
22 "echo fail"
23 ],
24 "name": "bash needs cwd"
25 },
26 {
27 "cmd": [
28 "python",
29 "-c",
30 "print \"hi\""
31 ],
32 "name": "python does not"
33 },
34 {
35 "name": "$result",
36 "recipe_result": null,
37 "status_code": 0
38 }
39 ]
OLDNEW
« no previous file with comments | « recipes/engine_tests/missing_start_dir.py ('k') | recipes/engine_tests/step_stack_exhaustion.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698