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 passing environment variables to CmdAction #175

Closed
wants to merge 3 commits into from

Commits on Apr 22, 2017

  1. Add test for CmdAction with environment variables

    This exercises issue pydoit#171.
    onnodb committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    89eb02b View commit details
    Browse the repository at this point in the history
  2. Fix passing env vars to CmdAction

    This fixes issue pydoit#171.
    onnodb committed Apr 22, 2017
    Configuration menu
    Copy the full SHA
    99a9b8c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2017

  1. Fix CmdAction env var test under Windows

    The "TestCmdAction.test_env" test contained a problem: the current
    environment should be explicitly copied, and amended with the extra
    environment variables to set, instead of passing in an otherwise empty
    environment. This caused the tests to (rightly) fail on Windows CI
    hosts.
    onnodb committed Apr 23, 2017
    Configuration menu
    Copy the full SHA
    7f21004 View commit details
    Browse the repository at this point in the history