Skip to content

Commit 6eb0abe

Browse files
authored
testscripts: enable DEVBOX_DEBUG (#752)
The testscript tests clear out the environment, so we need to re-enable DEVBOX_DEBUG in order to get more info when a command fails.
1 parent 4c9e648 commit 6eb0abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testscripts/testrunner/setupenv.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ func setupTestEnv(env *testscript.Env) error {
2020
// Enable new `devbox run` so we can use it in tests. This is temporary,
2121
// and should be removed once we enable this feature flag.
2222
env.Setenv("DEVBOX_FEATURE_UNIFIED_ENV", "1")
23+
env.Setenv("DEVBOX_DEBUG", "1")
2324
return nil
2425
}
2526

0 commit comments

Comments
 (0)