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

Add --exclude flag #4031

Merged
merged 5 commits into from May 28, 2017
Merged

Add --exclude flag #4031

merged 5 commits into from May 28, 2017

Commits on May 27, 2017

  1. Add --exclude flag

    Allows to exclude packages in conjunction
    with --all.
    torkleyy committed May 27, 2017
    Copy the full SHA
    1f57e2c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ffd1cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b054483 View commit details
    Browse the repository at this point in the history
  4. Add tests for --exclude

    torkleyy committed May 27, 2017
    Copy the full SHA
    b961de2 View commit details
    Browse the repository at this point in the history
  5. Fix build_all_exclude

    by using with_stderr_contains because
    parallel build may mix up the lines.
    
    Additionally, remove the last line of
    the benchmark.
    torkleyy committed May 27, 2017
    Copy the full SHA
    dee3c2e View commit details
    Browse the repository at this point in the history