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

Unified Diff: scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 8 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/recipes/libvpx/unittests.expected/basic_linux_64.json
diff --git a/scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json b/scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json
index 172577cfe4c6a4043a5179b61d579964b92f00ee..bedc13a771a69a3221988e0535144f097a70d070 100644
--- a/scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json
+++ b/scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json
@@ -15,6 +15,7 @@
"vpx_scale",
"third_party"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "clean_build",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -40,6 +41,7 @@
"--url",
"https://chromium.googlesource.com/webm/libvpx"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "git setup"
},
{
@@ -99,6 +101,7 @@
"cmd": [
"./libvpx/configure"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "configure"
},
{
@@ -107,6 +110,7 @@
"test",
"-j8"
],
+ "cwd": "[SLAVE_BUILD]",
"name": "run tests"
}
]

Powered by Google App Engine
This is Rietveld 408576698