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

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

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fix copyright. 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: recipe_modules/tryserver/example.expected/basic_tags.json
diff --git a/recipe_modules/tryserver/example.expected/basic_tags.json b/recipe_modules/tryserver/example.expected/basic_tags.json
new file mode 100644
index 0000000000000000000000000000000000000000..76910e6bb2e698a5eaddbeb6c321c717539503c1
--- /dev/null
+++ b/recipe_modules/tryserver/example.expected/basic_tags.json
@@ -0,0 +1,21 @@
+[
+ {
+ "cmd": [
+ "echo",
+ "defaultdict(<type 'list'>, {'bam': ['baz'], 'foo': ['bar']})"
+ ],
+ "name": "patch_text test"
+ },
+ {
+ "cmd": [
+ "echo",
+ "['bar']"
+ ],
+ "name": "get_footer test"
+ },
+ {
+ "name": "$result",
+ "recipe_result": null,
+ "status_code": 0
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698