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 41daddd commit 40ed2f1Copy full SHA for 40ed2f1
testscripts/testrunner/testrunner.go
@@ -19,7 +19,7 @@ func Main(m *testing.M) {
19
commands := map[string]func(){
20
"devbox": func() {
21
// Call the devbox CLI directly:
22
- boxcli.Execute(context.Background(), os.Args[1:])
+ os.Exit(boxcli.Execute(context.Background(), os.Args[1:]))
23
},
24
"print": func() { // Not 'echo' because we don't expand variables
25
fmt.Println(strings.Join(os.Args[1:], " "))
0 commit comments