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

Unified Diff: scripts/slave/recipe_modules/chromite/example.expected/basic_32.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
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromite/example.expected/basic_64.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromite/example.expected/basic_32.json
diff --git a/scripts/slave/recipe_modules/chromite/example.expected/basic_32.json b/scripts/slave/recipe_modules/chromite/example.expected/basic_32.json
index 81433e32b8f00cb7a1355a90702276031e499cc5..373fc74da358dd84bf0a593314faf0a5851aedfe 100644
--- a/scripts/slave/recipe_modules/chromite/example.expected/basic_32.json
+++ b/scripts/slave/recipe_modules/chromite/example.expected/basic_32.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",
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromite/example.expected/basic_64.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698