Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Incorrect exit code with --fail-on-incomplete #1348

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

mdeboer
Copy link

@mdeboer mdeboer commented Jan 29, 2025

What:

  • Bug Fix
  • New Feature

Description:

This fixes cases where running pest with --fail-on-incomplete (and possibly other --fail-on arguments) returns an exit code of 0 (success) instead of 1 (error).

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: --fail-on-incomplete doesn't cause exit code to be non-zero when snapshots are missing
1 participant