Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 13, 2023
1 parent 3c69485 commit cf08b93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func TestMain(m *testing.M) {

binaryPath = filepath.Join(dir, binaryName)

fmt.Println("binary path", binaryPath)

os.Exit(m.Run())
}

Expand Down

0 comments on commit cf08b93

Please sign in to comment.