(err error)
| 158 | } |
| 159 | |
| 160 | func (tp *testProcess) recvSignal(err error) os.Signal { |
| 161 | sig := <-tp.signals |
| 162 | tp.sigErr <- err |
| 163 | return sig |
| 164 | } |
| 165 | |
| 166 | func (tp *testProcess) notify() (map[fileName]*file, <-chan error, error) { |
| 167 | parent, files, err := newParent(&tp.env) |
no outgoing calls
no test coverage detected