| 196 | } |
| 197 | |
| 198 | type PanicCheck struct{} |
| 199 | |
| 200 | func (_ PanicCheck) Check(stdout, stderr string, _ error) error { |
| 201 | if strings.Contains(stdout, "= PACKER CRASH =") || strings.Contains(stderr, "= PACKER CRASH =") { |
nothing calls this directly
no outgoing calls
no test coverage detected