container: access test case by index in helper
Some checks failed
Test / Create distribution (push) Successful in 26s
Test / Sandbox (push) Successful in 2m14s
Test / Hakurei (push) Failing after 3m27s
Test / Sandbox (race detector) (push) Successful in 3m48s
Test / Planterette (push) Successful in 3m54s
Test / Hakurei (race detector) (push) Successful in 4m55s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Create distribution (push) Successful in 26s
Test / Sandbox (push) Successful in 2m14s
Test / Hakurei (push) Failing after 3m27s
Test / Sandbox (race detector) (push) Successful in 3m48s
Test / Planterette (push) Successful in 3m54s
Test / Hakurei (race detector) (push) Successful in 4m55s
Test / Flake checks (push) Has been skipped
This is more elegant and allows for much easier extension of the tests. Mountinfo is still serialised however due to libPaths nondeterminism. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -270,6 +270,7 @@ func Init(prepare func(prefix string), setVerbose func(verbose bool)) {
|
||||
cmd.ExtraFiles = extraFiles
|
||||
cmd.Dir = params.Dir
|
||||
|
||||
msg.Verbosef("starting initial program %s", params.Path)
|
||||
if err := cmd.Start(); err != nil {
|
||||
log.Fatalf("%v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user