From 7835e93c4327e26219bff72540e8ce1bc7b95b5e Mon Sep 17 00:00:00 2001 From: auronandace Date: Tue, 27 Jan 2026 14:56:17 +0000 Subject: [PATCH] add make json to os-test-bins --- recipes/tests/os-test-bins/recipe.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/tests/os-test-bins/recipe.toml b/recipes/tests/os-test-bins/recipe.toml index a44692ac..9bbdb5ff 100644 --- a/recipes/tests/os-test-bins/recipe.toml +++ b/recipes/tests/os-test-bins/recipe.toml @@ -59,6 +59,7 @@ find out -type f -exec touch '{}' ';' make test make html +make json EOF chmod +x "${COOKBOOK_STAGE}/usr/bin/os-test-runner" """