Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Aug 25, 2016
1 parent 67ba201 commit 76a72a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bisectable.p6
Expand Up @@ -67,7 +67,7 @@ method test-commit($code-file, $compare-to?) {
my $log = '';

$log ~= "»»»»» Testing $current-commit\n";
if self.build-exists($current-commit) {
if not self.build-exists($current-commit) {
$log ~= "»»»»» Build does not exist, skip this commit\n";
$log ~= "»»»»» Final exit code: 125\n";
return $log, 125 # skip non-existent builds
Expand Down

0 comments on commit 76a72a3

Please sign in to comment.