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

Unified Diff: scripts/slave/recipe_modules/chromite/example.expected/basic_64.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/chromite/example.expected/basic_64.json
diff --git a/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json b/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json
index 692ceb3b86e742528f6eb05dab1b174f68a4457b..2f2a7d927fd4c3923dd539e95a535c3e9314caea 100644
--- a/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json
+++ b/scripts/slave/recipe_modules/chromite/example.expected/basic_64.json
@@ -1,7 +1,7 @@
[
{
"cmd": [
- "[DEPOT_TOOLS_ROOT]/repo",
+ "[DEPOT_TOOLS]/repo",
"init",
"-u",
"https://chromium.googlesource.com/chromiumos/manifest.git",
@@ -18,7 +18,7 @@
},
{
"cmd": [
- "[DEPOT_TOOLS_ROOT]/repo",
+ "[DEPOT_TOOLS]/repo",
"sync"
],
"name": "repo sync"
@@ -27,7 +27,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD_ROOT]/chromite/bin/cros_sdk",
+ "[SLAVE_BUILD]/chromite/bin/cros_sdk",
"--cache-dir",
".cache",
"--",
@@ -41,7 +41,7 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD_ROOT]/chromite/bin/cros_sdk",
+ "[SLAVE_BUILD]/chromite/bin/cros_sdk",
"--",
"./build_packages",
"--board",

Powered by Google App Engine
This is Rietveld 408576698