cmd/app: optionally override configured command
Test / Create distribution (push) Successful in 50s
Test / Sandbox (push) Successful in 2m45s
Test / ShareFS (push) Successful in 3m50s
Test / Hakurei (push) Successful in 4m1s
Test / Sandbox (race detector) (push) Successful in 5m33s
Test / Hakurei (race detector) (push) Successful in 6m35s
Test / Flake checks (push) Successful in 1m9s

Useful for multiple applications sharing state.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-06-20 01:31:07 +09:00
parent 7ab54b8c94
commit 4892beefc1
3 changed files with 58 additions and 44 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ func parse(id string, base *check.Absolute, r io.Reader) (*hst.Config, error) {
Shell: shell,
Home: home,
Path: shell,
Args: []string{"zsh", "-c"},
Args: []string{"zsh", "-ic"},
Flags: hst.FCoverRun,
},