Skip to content

Commit

Permalink
Debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Nov 13, 2024
1 parent 2379b9c commit 2bf0030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/testhelpers/e2e/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func sandboxedTestEnvironment(t *testing.T, dirs *Dirs, updatePath bool, extraEn
constants.ServiceSockDir + "=" + dirs.SockRoot,
constants.HomeEnvVarName + "=" + dirs.HomeDir,
systemHomeEnvVarName + "=" + dirs.HomeDir,
constants.DebugServiceRequestsEnvVarName + "=true",
"NO_COLOR=true",
"CI=true",
}...)
Expand Down

0 comments on commit 2bf0030

Please sign in to comment.