Use new bookmaker flag to status.json

Bug: skia:7310
Change-Id: I7eeb73eb6d9c07549bf7a5d7c2d8b4d3049ac3da
Reviewed-on: https://skia-review.googlesource.com/83860
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>
This commit is contained in:
Ravi Mistry 2017-12-12 07:34:22 -05:00 committed by Skia Commit-Bot
parent eb27cab652
commit 578d451756
6 changed files with 11 additions and 11 deletions

View File

@ -144,8 +144,8 @@
{
"cmd": [
"[START_DIR]/out/Release/bookmaker",
"-b",
"docs",
"-a",
"docs/status.json",
"-e",
"[START_DIR]/fiddle.json"
],

View File

@ -144,8 +144,8 @@
{
"cmd": [
"[START_DIR]/out/Release/bookmaker",
"-b",
"docs",
"-a",
"docs/status.json",
"-e",
"[START_DIR]/fiddle.json"
],

View File

@ -144,8 +144,8 @@
{
"cmd": [
"[START_DIR]/out/Release/bookmaker",
"-b",
"docs",
"-a",
"docs/status.json",
"-e",
"[START_DIR]/fiddle.json"
],

View File

@ -144,8 +144,8 @@
{
"cmd": [
"[START_DIR]/out/Release/bookmaker",
"-b",
"docs",
"-a",
"docs/status.json",
"-e",
"[START_DIR]/fiddle.json"
],

View File

@ -144,8 +144,8 @@
{
"cmd": [
"[START_DIR]/out/Release/bookmaker",
"-b",
"docs",
"-a",
"docs/status.json",
"-e",
"[START_DIR]/fiddle.json"
],

View File

@ -56,7 +56,7 @@ def RunSteps(api):
# Step 1: Extract all fiddles out of markdown files.
cmd = [bookmaker_binary,
'-b', 'docs', # Path to a *.bmh file or directory.
'-a', 'docs/status.json', # File containing status of documentation.
'-e', fiddlecli_input, # Fiddle cli input.
]
api.run(api.step, 'Extract all fiddles out of md files', cmd=cmd)