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

Bash scripts currently carry on on error #72

Open
andytson-inviqa opened this issue May 1, 2019 · 1 comment
Open

Bash scripts currently carry on on error #72

andytson-inviqa opened this issue May 1, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request harness-all Changes required to all harness directories wip Good for newcomers

Comments

@andytson-inviqa
Copy link
Contributor

andytson-inviqa commented May 1, 2019

It is recommended practice to set:

set -o errexit
set -o pipefail
set -o nounset

in all bash executable scripts to stop unhandled errors.

@marcomc marcomc self-assigned this May 13, 2019
@marcomc marcomc added enhancement New feature or request harness-all Changes required to all harness directories wip Good for newcomers labels May 13, 2019
@marcomc
Copy link
Contributor

marcomc commented May 15, 2019

to be reviewed before closing the issue #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request harness-all Changes required to all harness directories wip Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants