We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9e648 commit 6eb0abeCopy full SHA for 6eb0abe
testscripts/testrunner/setupenv.go
@@ -20,6 +20,7 @@ func setupTestEnv(env *testscript.Env) error {
20
// Enable new `devbox run` so we can use it in tests. This is temporary,
21
// and should be removed once we enable this feature flag.
22
env.Setenv("DEVBOX_FEATURE_UNIFIED_ENV", "1")
23
+ env.Setenv("DEVBOX_DEBUG", "1")
24
return nil
25
}
26
0 commit comments