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

Unified Diff: scripts/slave/recipe_modules/generator_script/example.expected/basic.json

Issue 24650004: Fix hack for test presentation in path api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipe_modules/generator_script/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/generator_script/example.expected/basic.json b/scripts/slave/recipe_modules/generator_script/example.expected/basic.json
index a3e712a7bba1cf8249ff364496997ccb8036a828..1dec6e14c5601c243a42322e5cc284efab03cf46 100644
--- a/scripts/slave/recipe_modules/generator_script/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/generator_script/example.expected/basic.json
@@ -5,7 +5,7 @@
"--output-json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD_ROOT]",
+ "cwd": "[SLAVE_BUILD]",
"name": "gen step(bogus)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",
@@ -38,7 +38,7 @@
"--output-json",
"/path/to/tmp/json"
],
- "cwd": "[SLAVE_BUILD_ROOT]",
+ "cwd": "[SLAVE_BUILD]",
"name": "gen step(bogus.py)",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@[@@@",

Powered by Google App Engine
This is Rietveld 408576698