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

Unknown cppbuild arg, exit with exitcode=1 #1673

Conversation

pveentjer
Copy link
Contributor

@pveentjer pveentjer commented Oct 23, 2024

When an unknown argument is passed to cppbuild, the exitcode is 0. Making it difficult to determine if the build was a success or a failure (especially if the cppbuild is part of another script).

This PR changes that by setting the exitcode to 1.

When an unknown argument is passed to cppbuild, the exitcode is 0.

Making it difficult to determine if the build was a success or a failure.

This PR changes that by setting the exitcode to 1.
@pveentjer pveentjer force-pushed the improvement/cppbuild-exist-error-unknown-arg branch from 627583d to b1b4dee Compare October 23, 2024 08:23
@vyazelenko vyazelenko merged commit b5b3f8b into real-logic:master Oct 23, 2024
33 checks passed
@pveentjer pveentjer deleted the improvement/cppbuild-exist-error-unknown-arg branch October 23, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants