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

Ensure fair error attribution of pipelined return codes #243

Merged
merged 7 commits into from Nov 13, 2015

Commits on Nov 11, 2015

  1. Ensure fair error attribution of pipelined return codes

    Josh Snyder committed Nov 11, 2015
    Copy the full SHA
    f892ef1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e62e22 View commit details
    Browse the repository at this point in the history
  3. Fix import of ProcessTimedOut

    Josh Snyder committed Nov 11, 2015
    Copy the full SHA
    1d4adac View commit details
    Browse the repository at this point in the history
  4. move the imports to where they will be useful

    Josh Snyder committed Nov 11, 2015
    Copy the full SHA
    0b9b8a6 View commit details
    Browse the repository at this point in the history
  5. Make ParamikoPopen inherit from PopenAddons

    Josh Snyder committed Nov 11, 2015
    Copy the full SHA
    ea141c7 View commit details
    Browse the repository at this point in the history
  6. Modify test to fit a behavioral change

    Previously we would only match the output of grep against retcode,
    now ls also must match.
    Josh Snyder committed Nov 11, 2015
    Copy the full SHA
    2d0eef0 View commit details
    Browse the repository at this point in the history
  7. Fix PY3 syntax

    Josh Snyder committed Nov 11, 2015
    Copy the full SHA
    9dc73f2 View commit details
    Browse the repository at this point in the history