Skip to content

Commit

Permalink
prevent issues cleaning up test tem files
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chacin <[email protected]>
  • Loading branch information
pablochacin committed Oct 2, 2024
1 parent d943900 commit a7793eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/local/testutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func SetupTestLocalBuildService(t *testing.T) (k6build.BuildService, error) {
t.Cleanup(goproxySrv.Close)

opts := k6foundry.NativeBuilderOpts{
SkipCleanup: true,
GoOpts: k6foundry.GoOpts{
CopyGoEnv: true,
Env: map[string]string{
Expand Down

0 comments on commit a7793eb

Please sign in to comment.