Skip to content

Commit

Permalink
Relative path for binary, test
Browse files Browse the repository at this point in the history
  • Loading branch information
lovestaco committed Jul 20, 2023
1 parent 58fbc92 commit 2b505fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/env_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2b505fc

Please sign in to comment.