Skip to content

rust test: pass the remaining arguments through #9213

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

Merged
merged 1 commit into from
Sep 15, 2013

Conversation

dcrewi
Copy link
Contributor

@dcrewi dcrewi commented Sep 15, 2013

The arguments after rust test filename.rs should be passed through
to the test binary. This allows the rust command to be used to run a
subset of tests, to run ignored tests, and to run benchmarks.

The arguments after `rust test filename.rs` should be passed through
to the test binary. This allows the `rust` command to be used to run a
subset of tests, to run ignored tests, and to run benchmarks.
bors added a commit that referenced this pull request Sep 15, 2013
The arguments after `rust test filename.rs` should be passed through
to the test binary. This allows the `rust` command to be used to run a
subset of tests, to run ignored tests, and to run benchmarks.
@bors bors closed this Sep 15, 2013
@bors bors merged commit c678841 into rust-lang:master Sep 15, 2013
@dcrewi dcrewi deleted the rust-test-arguments branch September 17, 2013 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants