From ea97af312f73f28d2a46b49a0cea570a90810e42 Mon Sep 17 00:00:00 2001 From: VlkrS <47375452+VlkrS@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:14:27 +0200 Subject: feat: Adaptations to support OpenBSD port (#19153) --- tools/wpt/utils.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/wpt/utils.ts') diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 8aa27a664..33cb9782a 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -176,6 +176,8 @@ export async function generateRunInfo(): Promise { "windows": "win", "darwin": "mac", "linux": "linux", + "freebsd": "freebsd", + "openbsd": "openbsd", }; const proc = await new Deno.Command("git", { args: ["rev-parse", "HEAD"], -- cgit v1.2.3