Index: scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json |
diff --git a/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json b/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json |
index 6e7f0d55c9ec37747dfd40ca43a80d5b1a179a01..d233fcab5b95b18bf7db9d72fa771ec8bed44965 100644 |
--- a/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json |
+++ b/scripts/slave/recipe_modules/filter/example.expected/analyzes_returns_true.json |
@@ -7,6 +7,7 @@ |
"[SLAVE_BUILD]/testing/buildbot/trybot_analyze_config.json", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "read filter exclusion spec", |
"~followup_annotations": [ |
"@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
@@ -33,6 +34,7 @@ |
"{\"files\": [\"foo.cc\"], \"targets\": []}", |
"/path/to/tmp/json" |
], |
+ "cwd": "[SLAVE_BUILD]", |
"env": { |
"GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" |
}, |
@@ -51,6 +53,7 @@ |
"echo", |
"Why hello, there." |
], |
+ "cwd": "[SLAVE_BUILD]", |
"name": "hello" |
} |
] |