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

Port 'TestFlags' to 'new-test' #5455

Merged
merged 7 commits into from
Nov 12, 2018

Commits on Nov 12, 2018

  1. Port 'TestFlags' to 'new-test'

    Naively threads 'TestFlags' through the 'new-test' argument parsing
    through to the backend.
    harpocrates committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    11060c6 View commit details
    Browse the repository at this point in the history
  2. Add 'TestFlags' to 'installCommand'

    This means that test flags can be passed in to 'new-build', 'new-install',
    'new-configure', etc. I've mostly just followed the lead of 'HaddockFlags'
    here.
    harpocrates committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    7db8d71 View commit details
    Browse the repository at this point in the history
  3. Fix non-shrinking 'Arbitrary PathTemplate'

    Paths with escaped characters would, instead of shrinking, grow.
    harpocrates committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e32b9d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a06b3e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5858c6 View commit details
    Browse the repository at this point in the history
  6. Remove redundant import

    harpocrates committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    3cad549 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c713430 View commit details
    Browse the repository at this point in the history