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

log.info fails script when using -q option and removing snapshots #21

Open
staffanf opened this issue Feb 13, 2018 · 0 comments
Open

log.info fails script when using -q option and removing snapshots #21

staffanf opened this issue Feb 13, 2018 · 0 comments

Comments

@staffanf
Copy link

When using the -q option, the script actually fails due to log.info running the test builtin as the last command and it exits with 1 which propagates to the exit code of the script.
Can be fixed with "exit 0" as the last line of the script.

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

No branches or pull requests

1 participant