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

Unified Diff: recipe_modules/hacky_tryserver_detection/example.expected/basic.json

Issue 1641363002: Adds bot_update to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: More fixes. Created 4 years, 11 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: recipe_modules/hacky_tryserver_detection/example.expected/basic.json
diff --git a/recipe_modules/depot_tools/example.expected/basic.json b/recipe_modules/hacky_tryserver_detection/example.expected/basic.json
similarity index 53%
copy from recipe_modules/depot_tools/example.expected/basic.json
copy to recipe_modules/hacky_tryserver_detection/example.expected/basic.json
index 6d2435cc6584c57b8499119cac40ab7c96ae854f..3ca9838fd957a6d508d3045dc8133e55d1c95bd2 100644
--- a/recipe_modules/depot_tools/example.expected/basic.json
+++ b/recipe_modules/hacky_tryserver_detection/example.expected/basic.json
@@ -1,13 +1,11 @@
[
{
"cmd": [
- "python",
- "-u",
- "RECIPE_PACKAGE[depot_tools]/gclient.py",
- "--help"
+ "echo",
+ "False"
],
"cwd": "[SLAVE_BUILD]",
- "name": "gclient help"
+ "name": "am i a tryserver?"
},
{
"name": "$result",

Powered by Google App Engine
This is Rietveld 408576698