From 2f1b5abfeb5e6130d84d51b734f9725d3602cdd2 Mon Sep 17 00:00:00 2001 From: lovestaco Date: Thu, 20 Jul 2023 20:28:57 +0530 Subject: [PATCH] Relative path for binary, test --- tests/env_command_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/env_command_test.go b/tests/env_command_test.go index 19f9b335..f48b6009 100644 --- a/tests/env_command_test.go +++ b/tests/env_command_test.go @@ -28,7 +28,7 @@ func TestL2EnvCommandVerbose(t *testing.T) { func runL2CommandAndParseJSON(t *testing.T, cmdArgs ...string) { // Get the full path to the l2 binary - l2BinPath := "/home/runner/work/Lama2/Lama2/build/l2" + l2BinPath := "../build/l2" // Check if the l2 binary file exists if err := checkL2BinaryExists(l2BinPath); err != nil {