1
0
forked from rosa/hakurei

internal/pkg: isolate container params

This enables exporting container params for interactive troubleshooting within the cure container.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-26 14:02:58 +09:00
parent 5319ea994c
commit d2f30173cd
2 changed files with 106 additions and 76 deletions

View File

@@ -92,7 +92,7 @@ func TestExec(t *testing.T) {
[]string{"testtool"},
pkg.ExecPath{},
), nil, pkg.Checksum{}, os.ErrInvalid},
), nil, pkg.Checksum{}, pkg.ErrInvalidPaths},
})
// check init failure passthrough