From 13afa95ce78f01601f3dc988e01de869f6047bd4 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Tue, 29 Oct 2024 10:53:26 +0100 Subject: [PATCH] fix windows test --- internal/cmd/integration-tests/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cmd/integration-tests/main.go b/internal/cmd/integration-tests/main.go index 75a8249814..481a572aa1 100644 --- a/internal/cmd/integration-tests/main.go +++ b/internal/cmd/integration-tests/main.go @@ -44,7 +44,7 @@ func runIntegrationTests(cmd *cobra.Command, args []string) { setupEnvironment() } else { testFolder = "./tests-windows/" - alloyBinaryPath = "..\\..\\..\\..\\..\\alloy.exe" + alloyBinaryPath = "..\\..\\..\\..\\..\\build\\alloy" fmt.Println("Skipping environment setup on Windows.") }