()
| 47 | } |
| 48 | |
| 49 | func isTargetNerdish() bool { |
| 50 | return !strings.HasPrefix(filepath.Base(testutil.GetTarget()), "docker") |
| 51 | } |
| 52 | |
| 53 | func newNerdCommand(conf test.Config, t tig.T) *nerdCommand { |
| 54 | // Decide what binary we are running |
no test coverage detected
searching dependent graphs…