MCPcopy
hub / github.com/hashicorp/packer / mustFail

Struct mustFail

packer_test/common/check/gadgets.go:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83type mustFail struct{}
84
85func (_ mustFail) Check(stdout, stderr string, err error) error {
86 if err == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected