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

Unified Diff: scripts/slave/recipe_modules/git/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/git/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/git/example.expected/basic.json b/scripts/slave/recipe_modules/git/example.expected/basic.json
index d5d9d32612fd49259b3bf82e52d9d413d1cf8fde..55e73825742f6727dd531d53014a51c85458ebdf 100644
--- a/scripts/slave/recipe_modules/git/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/git/example.expected/basic.json
@@ -3,9 +3,9 @@
"cmd": [
"python",
"-u",
- "[BUILD_ROOT]/scripts/slave/git_setup.py",
+ "[BUILD]/scripts/slave/git_setup.py",
"--path",
- "[SLAVE_BUILD_ROOT]/src",
+ "[SLAVE_BUILD]/src",
"--url",
"https://chromium.googlesource.com/chromium/src.git"
],
@@ -26,7 +26,7 @@
"origin",
"--recurse-submodules"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git fetch"
},
{
@@ -36,7 +36,7 @@
"refs/heads/master",
"origin/master"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git update-ref"
},
{
@@ -47,7 +47,7 @@
"-d",
"-x"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git clean"
},
{
@@ -57,7 +57,7 @@
"-f",
"master"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git checkout"
},
{
@@ -68,7 +68,7 @@
"--init",
"--recursive"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git submodule"
},
{
@@ -76,7 +76,7 @@
"git",
"status"
],
- "cwd": "[SLAVE_BUILD_ROOT]/src",
+ "cwd": "[SLAVE_BUILD]/src",
"name": "git status"
}
]

Powered by Google App Engine
This is Rietveld 408576698