You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[testscripts] respect DEVBOX_DEBUG flag instead of always setting it on (#824)
## Summary
It is very hard to parse the output from testscripts because we always
turn on DEVBOX_DEBUG output as well.
Instead, we should respect the invoking user's DEVBOX_DEBUG value.
## How was it tested?
shows output as before:
```
DEVBOX_DEBUG=1 go test -v ./testscripts/...
```
cleaner output:
```
go test -v ./testscripts/...
```
0 commit comments