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

Struct PanicCheck

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

Source from the content-addressed store, hash-verified

196}
197
198type PanicCheck struct{}
199
200func (_ PanicCheck) Check(stdout, stderr string, _ error) error {
201 if strings.Contains(stdout, "= PACKER CRASH =") || strings.Contains(stderr, "= PACKER CRASH =") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected