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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 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 b7a580a6288fd064d1d329f9697cf0ed12387aee..a1e0484aacacd75b4aff77e20f90227394917be6 100644
--- a/scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json
+++ b/scripts/slave/recipes/libvpx/unittests.expected/basic_linux_64.json
@@ -4,7 +4,7 @@
"python",
"-u",
"\nimport os, sys, shutil\nroot = sys.argv[1]\nnuke_dirs = sys.argv[2:]\nfor fname in os.listdir(root):\n path = os.path.join(root, fname)\n if os.path.isfile(path):\n os.unlink(path)\n elif fname in nuke_dirs:\n shutil.rmtree(path)\n",
- "[SLAVE_BUILD]",
+ "[CWD]",
"libs",
"obj",
"vp8",
@@ -15,7 +15,6 @@
"vpx_scale",
"third_party"
],
- "cwd": "[SLAVE_BUILD]",
"name": "clean_build",
"~followup_annotations": [
"@@@STEP_LOG_LINE@python.inline@@@@",
@@ -37,11 +36,10 @@
"-u",
"RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
"--path",
- "[SLAVE_BUILD]/libvpx",
+ "[CWD]/libvpx",
"--url",
"https://chromium.googlesource.com/webm/libvpx"
],
- "cwd": "[SLAVE_BUILD]",
"name": "git setup"
},
{
@@ -53,7 +51,7 @@
"master",
"--recurse-submodules"
],
- "cwd": "[SLAVE_BUILD]/libvpx",
+ "cwd": "[CWD]/libvpx",
"name": "git fetch"
},
{
@@ -63,7 +61,7 @@
"-f",
"FETCH_HEAD"
],
- "cwd": "[SLAVE_BUILD]/libvpx",
+ "cwd": "[CWD]/libvpx",
"name": "git checkout"
},
{
@@ -72,7 +70,7 @@
"rev-parse",
"HEAD"
],
- "cwd": "[SLAVE_BUILD]/libvpx",
+ "cwd": "[CWD]/libvpx",
"name": "read revision",
"stdout": "/path/to/tmp/",
"~followup_annotations": [
@@ -87,7 +85,7 @@
"-d",
"-x"
],
- "cwd": "[SLAVE_BUILD]/libvpx",
+ "cwd": "[CWD]/libvpx",
"name": "git clean"
},
{
@@ -96,7 +94,7 @@
"submodule",
"sync"
],
- "cwd": "[SLAVE_BUILD]/libvpx",
+ "cwd": "[CWD]/libvpx",
"name": "submodule sync"
},
{
@@ -107,14 +105,13 @@
"--init",
"--recursive"
],
- "cwd": "[SLAVE_BUILD]/libvpx",
+ "cwd": "[CWD]/libvpx",
"name": "submodule update"
},
{
"cmd": [
"./libvpx/configure"
],
- "cwd": "[SLAVE_BUILD]",
"name": "configure"
},
{
@@ -123,7 +120,6 @@
"test",
"-j8"
],
- "cwd": "[SLAVE_BUILD]",
"name": "run tests"
},
{

Powered by Google App Engine
This is Rietveld 408576698