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

WIP: bash strict mode #247

Closed
wants to merge 1 commit into from
Closed

WIP: bash strict mode #247

wants to merge 1 commit into from

Conversation

vic
Copy link
Contributor

@vic vic commented Oct 25, 2017

Summary

Adding bash strict mode to all bash scripts

Closes #160

Other Information

This is a work in progress, adding the strict mode on all files caused all bats not to fail, I'm not even sure they are being run, perhaps bats does not work with one of the flags we are setting. Will take a look at this later this week.

@vic vic requested a review from Stratus3D October 25, 2017 22:27
@Stratus3D Stratus3D mentioned this pull request May 11, 2019
@vic vic closed this Nov 22, 2019
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.

Use set -o nounset -o pipefail -o errexit on top/in all scripts
1 participant