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

Unified Diff: infra/unittests/recipes_test.py

Issue 2511293002: Manually roll recipes (again). (Closed)
Patch Set: Created 4 years, 1 month 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 | « infra/recipes/chromium_trybot.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/unittests/recipes_test.py
diff --git a/infra/unittests/recipes_test.py b/infra/unittests/recipes_test.py
index 7713425b92697bbdd31f64cf992a181583b80b16..ba5149ea27fda16de8bf397a45d2aac2b3fa79cc 100755
--- a/infra/unittests/recipes_test.py
+++ b/infra/unittests/recipes_test.py
@@ -12,8 +12,11 @@ INFRA_DIR = os.path.dirname(THIS_DIR)
def recipes_py(*args):
- subprocess.check_call(
- [os.path.join(INFRA_DIR, 'recipes.py'), '--use-bootstrap'] + list(args))
+ subprocess.check_call([
+ os.path.join(INFRA_DIR, 'recipes.py'),
+ '--deps-path=-',
+ '--use-bootstrap',
+ ] + list(args))
recipes_py('simulation_test')
« no previous file with comments | « infra/recipes/chromium_trybot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698