Skip to content

Commit

Permalink
fixup! fix(test): exit code of lime test
Browse files Browse the repository at this point in the history
  • Loading branch information
alquerci committed Mar 27, 2024
1 parent 3ab3488 commit d914731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vendor/lime/lime.php
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ function lime_shutdown()
}
else
{
$stats['status'] = $file_stats['failed'] ? 'not ok' : ($file_stats['errors'] ? 'errors' : 'ok');
$stats['status'] = $file_stats['errors'] ? 'errors' : 'ok';
$stats['status_code'] = 0;
}
}
Expand Down

0 comments on commit d914731

Please sign in to comment.