Lines Matching refs:bad
3104 my $bad = $bisect_bad;
3118 $bad = get_sha1($bad);
3161 doprint "TESTING BISECT BAD [$bad]\n";
3162 run_command "git checkout $bad" or
3163 dodie "Failed to checkout $bad";
3168 fail "Tested BISECT_BAD [$bad] and it succeeded" and return 0;
3199 run_git_bisect "git bisect bad $bad" or
3200 dodie "could not set bisect bad to $bad";
3308 my ($good, $bad) = @_;
3316 run_command "$diffexec $good $bad", 1;
3321 my ($good, $bad, $last_result) = @_;
3329 run_command "$config_bisect_exec $reset -b $outputdir $good $bad $last_result", 1;