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

Check exit status of build script commands. #337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidskidmore
Copy link
Contributor

The result from running a command only indicates whether it was able to spawn and does not check whether it finished successfully. This change is to check whether the exit status was successful so make failures are not silently ignored.

Signed-off-by: David Skidmore [email protected]

The result from running a command only indicates whether it was able to spawn and does not check whether it finished successfully. This change is to check whether the exit status was successful so `make` failures are not silently ignored.

Signed-off-by: David Skidmore <[email protected]>
@jyao1 jyao1 closed this Feb 5, 2025
@jyao1 jyao1 reopened this Feb 5, 2025
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.

2 participants