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

Dev #30

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Dev #30

wants to merge 8 commits into from

Commits on Jul 23, 2015

  1. introduce --first option

    With --first, all processes are terminated after the first process
    terminated (regardless of the exit code). The exit code is the exit code
    of the process that terminated first.
    andrenarchy committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    fcb6a74 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2015

  1. Merge pull request #29 from andrenarchy/master

    introduce --first option
    paulpflug committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    5177e24 View commit details
    Browse the repository at this point in the history
  2. some updated

    paulpflug committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    dc93829 View commit details
    Browse the repository at this point in the history
  3. resolved merge

    paulpflug committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    1b69450 View commit details
    Browse the repository at this point in the history
  4. tests for --first

    paulpflug committed Jul 29, 2015
    Configuration menu
    Copy the full SHA
    31728f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    507552f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. Return exit code 0 on delayed child process error

    Now only kills running processes.
    
    with @fabiosantoscode
    sublimino committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    6d26a35 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from sublimino/dev

    Return exit code 0 on delayed child process error
    keithamus committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    a044ea6 View commit details
    Browse the repository at this point in the history