Lines Matching refs:bad
3004 my $bad = $bisect_bad;
3018 $bad = get_sha1($bad);
3062 doprint "TESTING BISECT BAD [$bad]\n";
3063 run_command "git checkout $bad" or
3064 dodie "Failed to checkout $bad";
3069 fail "Tested BISECT_BAD [$bad] and it succeeded" and return 0;
3101 run_git_bisect "git bisect bad $bad" or
3102 dodie "could not set bisect bad to $bad";
3233 my ($good, $bad) = @_;
3241 run_command "$diffexec $good $bad", 1;
3248 my ($good, $bad, $last_result) = @_;
3256 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;