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

Don't raise an exception on a non-zero output #16

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

grahamc
Copy link
Member

@grahamc grahamc commented May 9, 2024

No description provided.

@@ -86,6 +86,7 @@ class FlakeCheckerAction {
...executionEnv,
...process.env, // To get $PATH, etc
},
ignoreReturnCode: true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This signals to the exec library to not raise an exception on a non-zero error. Since we handle that case immediately below, we don't need it.

@grahamc grahamc merged commit 8b83576 into main May 9, 2024
5 checks passed
@grahamc grahamc deleted the nonzero-err branch May 9, 2024 23:40
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