diff options
| author | Sean Michael Wykes <8363933+SeanWykes@users.noreply.github.com> | 2022-01-06 07:24:37 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 11:24:37 +0100 |
| commit | d92072c656ac0e764c1588ad5825ce6a10703352 (patch) | |
| tree | e2cf9c26764e73c4d4dbc2a3e7ac7e51f4dae46e /tools/wpt/utils.ts | |
| parent | 2d978a73ebc68d67672fca4df9afb8ab01fcc4f8 (diff) | |
chore(wpt): add "--inspect-brk" flag to WPT runner (#13267)
Diffstat (limited to 'tools/wpt/utils.ts')
| -rw-r--r-- | tools/wpt/utils.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 1a7a682be..a5e762527 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -12,10 +12,11 @@ export const { rebuild, ["--"]: rest, ["auto-config"]: autoConfig, + ["inspect-brk"]: inspectBrk, binary, } = parse(Deno.args, { "--": true, - boolean: ["quiet", "release", "no-interactive"], + boolean: ["quiet", "release", "no-interactive", "inspect-brk"], string: ["json", "wptreport", "binary"], }); |
