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

Fail the process if exec fails #236

Merged
merged 1 commit into from
Nov 6, 2015

Commits on Nov 6, 2015

  1. Exit with non-zero status if exec fails

    When running `install_dependencies` or `compile`, failures won't halt
    the host program.
    
    This could lead to false positives and difficult to debug scenarios.
    
    Consumers would prefer this to fail as early on as possible.
    seanpdoyle committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    afa84fa View commit details
    Browse the repository at this point in the history