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

cargo test: --include-ignored flag is broken #7540

Closed
murlakatamenka opened this issue Oct 24, 2019 · 1 comment
Closed

cargo test: --include-ignored flag is broken #7540

murlakatamenka opened this issue Oct 24, 2019 · 1 comment
Labels
C-bug Category: bug

Comments

@murlakatamenka
Copy link

Problem

The flag --include-ignored of cargo test is currently broken (cargo 1.38/1.40 stable/nightly)

Steps

cargo test -- --include-ignored
# or
cargo +nightly test -- --include-ignored

Short screencast

asciicast

@murlakatamenka murlakatamenka added the C-bug Category: bug label Oct 24, 2019
@ehuss
Copy link
Contributor

ehuss commented Oct 24, 2019

You have to pass the -Zunstable-options flag. That is a bit confusing, so I opened rust-lang/rust#65770. (libtest issues are tracked on https://github.com/rust-lang/rust/issues/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: bug
Projects
None yet
Development

No branches or pull requests

2 participants