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

treat setting the number of test-threads to 0 as an error #38945

Merged
merged 2 commits into from
Feb 12, 2017
Merged

treat setting the number of test-threads to 0 as an error #38945

merged 2 commits into from
Feb 12, 2017

Commits on Jan 9, 2017

  1. Fix for for setting test-threads to 0

    Running test with cargo test -- --test-threads=0 causes cargo to
    hang as 0 is a valid usize. Adding zero threads as a special case
    to the error handling.
    battisti committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    61206c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2017

  1. removed trailing whitespace

    battisti committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    0a4c268 View commit details
    Browse the repository at this point in the history