(ctx context.Context, t *testing.T, oom, nice int)
| 183 | } |
| 184 | |
| 185 | func cmd(ctx context.Context, t *testing.T, oom, nice int) (*exec.Cmd, string) { |
| 186 | return binCmd(ctx, t, TestBin, oom, nice) |
| 187 | } |
| 188 | |
| 189 | func expectedOOMScore(t *testing.T) int { |
| 190 | t.Helper() |