Skip to content

Commit

Permalink
add logging
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Jul 17, 2024
1 parent 8d85494 commit f14a112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ func accTestOptions(t *testing.T) *integration.ProgramTestOptions {
}

pathVal := os.Getenv("PATH")
t.Logf("PATH=%s:%s", filepath.Join(cwd, "..", "..", "bin"), pathVal)

return &integration.ProgramTestOptions{
Env: []string{
fmt.Sprintf("PATH=%s:%s", filepath.Join(cwd, "..", "..", "bin"), pathVal),
Expand Down

0 comments on commit f14a112

Please sign in to comment.