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

Unified Diff: scripts/slave/recipe_modules/gsutil/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/gsutil/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
index 74588cd9907041473577d613d424b67d3286996f..5bad979b36a0d15913515bafb15659a099ef9744 100644
--- a/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/gsutil/example.expected/basic.json
@@ -3,9 +3,9 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/third_party/gsutil/gsutil",
+ "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
"cp",
- "[SLAVE_BUILD_ROOT]/boom",
+ "[SLAVE_BUILD]/boom",
"gs://chromium-recipe-test/some/random/path/to/boom"
],
"name": "gsutil upload"
@@ -14,7 +14,7 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/third_party/gsutil/gsutil",
+ "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
"cp",
"gs://chromium-recipe-test/some/random/path/**",
"gs://chromium-recipe-test/staging"
@@ -25,10 +25,10 @@
"cmd": [
"python",
"-u",
- "[DEPOT_TOOLS_ROOT]/third_party/gsutil/gsutil",
+ "[DEPOT_TOOLS]/third_party/gsutil/gsutil",
"cp",
"gs://chromium-recipe-test/staging/to/boom",
- "[SLAVE_BUILD_ROOT]/erang"
+ "[SLAVE_BUILD]/erang"
],
"name": "gsutil download"
}
« no previous file with comments | « scripts/slave/recipe_modules/git/example.expected/platform_win.json ('k') | scripts/slave/recipe_modules/path/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698