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 non-reported exit code #434

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Fix non-reported exit code #434

merged 1 commit into from
Sep 4, 2023

Conversation

niknetniko
Copy link
Member

Exit codes were set to "ignore" by default, which is not what we want. The default now depends on the position of the testcase (ie. must be ignored in all but the last testcase, in which case it must be 0).

Fixes #432

@niknetniko niknetniko merged commit 31035b0 into master Sep 4, 2023
@niknetniko niknetniko deleted the fix/exit-code branch September 4, 2023 19:02
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.

Report non-zero exit status if zero exit status is expected
1 participant