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

Fix return value of the runner #337

Merged
merged 1 commit into from
Jul 14, 2015
Merged

Commits on Jul 14, 2015

  1. Fix return value of the runner

    The refactoring in d4591fc broke throwing of `:task_has_failed` because
    the runner was changed to always return `true` from `#run` and
    `#run_all`. The invalid return value caused `:task_has_failed` to never
    be thrown, thus breaking the behavior of a group's `:halt_on_fail`
    option.
    sidonath committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    639c831 View commit details
    Browse the repository at this point in the history