Index: scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json |
diff --git a/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json b/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json |
index 93eb33d869b056ba8d88f89eafe55bc990aa0b59..11164fdf990f33603af7bbef86c579fbfdecc82f 100644 |
--- a/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.json |
+++ b/scripts/slave/recipe_modules/filter/example.expected/doesnt_match_exclusion.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'@@@", |
@@ -32,6 +33,7 @@ |
"{\"files\": [\"bar.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" |
} |
] |