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 #76, Replace exit(1) with preferred macro EXIT_FAILURE #77

Merged

Conversation

thnkslprpt
Copy link
Contributor

Checklist

Describe the contribution
Fixes #76
exit(1) replaced in 5 locations with the equivalent, but more portable and expressive, EXIT_FAILURE macro.

Testing performed
GitHub CI actions (incl. Build + Run, Unit Tests etc.) all passing successfully.

Expected behavior changes
No change to code logic/behavior.

Contributor Info
Avi Weiss @thnkslprpt

@dzbaker dzbaker added the CCB:Approved Indicates approval by CCB label Feb 23, 2023
dzbaker added a commit to nasa/cFS that referenced this pull request Feb 27, 2023
*Combines:*

osal v6.0.0-rc4+dev199
tblCRCTool v1.3.0-rc4+dev28

**Includes:**

*osal*
- nasa/osal#1327

*tblCRCTool*
- nasa/tblCRCTool#77

Co-authored by: Avi Weiss <thnkslprpt@users.noreply.github.com>
@dzbaker dzbaker merged commit c64673c into nasa:main Feb 27, 2023
dzbaker added a commit to nasa/cFS that referenced this pull request Feb 27, 2023
*Combines:*

osal v6.0.0-rc4+dev199
tblCRCTool v1.3.0-rc4+dev28

**Includes:**

*osal*
- nasa/osal#1327

*tblCRCTool*
- nasa/tblCRCTool#77

Co-authored by: Avi Weiss <thnkslprpt@users.noreply.github.com>
@thnkslprpt thnkslprpt deleted the fix-76-replace-exit-1-with-EXIT_FAILURE branch February 27, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates approval by CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace exit(1) statements with preferred macro EXIT_FAILURE
3 participants