We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
crate.nohup does not allow :enable to be called as an action: https://github.com/pallet/pallet/blob/develop/src/pallet/crate/nohup.clj#L102
:enable
riemann-crate, when asked to use nohup, tries to use :enable: https://github.com/pallet/riemann-crate/blob/develop/src/pallet/crate/riemann.clj#L209
This causes the tests to fail (or at least the servers from starting riemann up, which causes errors during the live testing).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
crate.nohup does not allow
:enable
to be called as an action:https://github.com/pallet/pallet/blob/develop/src/pallet/crate/nohup.clj#L102
riemann-crate, when asked to use nohup, tries to use
:enable
:https://github.com/pallet/riemann-crate/blob/develop/src/pallet/crate/riemann.clj#L209
This causes the tests to fail (or at least the servers from starting riemann up, which causes errors during the live testing).
The text was updated successfully, but these errors were encountered: