test: keep cleanup lifecycle regression portable

This commit is contained in:
Tobi Lütke 2026-05-16 17:32:45 +00:00
parent 60c75cb332
commit b59ba6ab1e
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ describe("CLI successful-exit lifecycle", () => {
await finishSuccessfulCliCommand({
command: "query",
format: "json",
platform: "linux",
cleanup: async () => {
throw new Error("ggml_metal_device_free abort simulation");
},