diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-09 16:32:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-09 16:32:30 +0200 |
| commit | d806dc0f16cc1d0bd99aad903cbe3d543cd1cb1d (patch) | |
| tree | 2b2ebbc18f2c4a6da3016c8d8ea36be1a9cb992b /tools/wpt/runner.ts | |
| parent | beba52c17c59dda328b6cee66366d509ac6cc511 (diff) | |
chore: update wpt (#10509)
Diffstat (limited to 'tools/wpt/runner.ts')
| -rw-r--r-- | tools/wpt/runner.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/wpt/runner.ts b/tools/wpt/runner.ts index 972519d27..b106283d2 100644 --- a/tools/wpt/runner.ts +++ b/tools/wpt/runner.ts @@ -78,6 +78,8 @@ export async function runSingleTest( "-A", "--location", url.toString(), + "--cert", + join(ROOT_PATH, `./test_util/wpt/tools/certs/cacert.pem`), tempFile, "[]", ], |
