aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/bookmaker.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/bookmaker.py')
-rw-r--r--infra/bots/recipes/bookmaker.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/bots/recipes/bookmaker.py b/infra/bots/recipes/bookmaker.py
index 9d344001f9..4c7fa99baf 100644
--- a/infra/bots/recipes/bookmaker.py
+++ b/infra/bots/recipes/bookmaker.py
@@ -78,6 +78,10 @@ def RunSteps(api):
]
api.run(api.step, 'Extract all fiddles out of md files', cmd=cmd)
+ # Output fiddle.json for easy debugging.
+ api.run(api.step, 'Output fiddle.json',
+ cmd=['cat', fiddlecli_input])
+
# Step 2: Forces fiddle.skia.org to compile all fiddles extracted out of
# markdown files and get output in JSON.
cmd = [fiddlecli_binary,