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

Unified Diff: recipe_modules/tryserver/example.expected/with_wrong_patch.json

Issue 1751003002: Fix recipe module git to use package_resouce. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: fix expectations Created 4 years, 10 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
« no previous file with comments | « recipe_modules/git/example.expected/platform_win.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/tryserver/example.expected/with_wrong_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
index 686dc43003640f71722e7847ce962f3591fe10ac..1afd3b8f4819f98f0f1d3f0c0b87350833a1c2db 100644
--- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
@@ -1,7 +1,14 @@
[
{
"cmd": [
- "[DEPOT_TOOLS]\\git.bat",
+ "RECIPE_PACKAGE[depot_tools]\\bootstrap\\win\\win_tools.bat"
+ ],
+ "cwd": "RECIPE_PACKAGE[depot_tools]",
+ "name": "ensure git tooling on windows"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE[depot_tools]\\git.bat",
"diff",
"--cached",
"--name-only"
« no previous file with comments | « recipe_modules/git/example.expected/platform_win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698