From 08a92e58591fa920e1a344e6b3482d43d98eead0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 16 Feb 2026 04:19:37 +0100 Subject: [PATCH] add dependency on EXECUTABLE --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 91bb7b0bbe..43bacb2d66 100644 --- a/Makefile +++ b/Makefile @@ -559,7 +559,7 @@ playwright: deps-frontend @$(NODE_VARS) pnpm exec playwright install $(if $(GITHUB_ACTIONS),,--with-deps) chromium $(PLAYWRIGHT_FLAGS) .PHONY: test-e2e -test-e2e: playwright +test-e2e: playwright $(EXECUTABLE) @EXECUTABLE=$(EXECUTABLE) ./tools/test-e2e.sh $(E2E_FLAGS) .PHONY: bench-sqlite