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

Don't pass --test-args to python -m unitest #113234

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

jyn514
Copy link
Member

@jyn514 jyn514 commented Jul 1, 2023

The args for unittest and cargo test are mutually incompatible. Suggest that people use python -m unittest ... manually instead.

This also changes bootstrap_test.py to be easier to run standalone; see the commit for details.

r? @clubby789 cc #112281 (comment)

The args for unittest and cargo test are mutually incompatible. Suggest that people use `python -m unittest ...` manually instead.

This also changes `bootstrap_test.py` to be easier to run standalone; see the commit for details.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) labels Jul 1, 2023
@clubby789
Copy link
Contributor

clubby789 commented Jul 1, 2023

@hi-rustin You recently asked about running a single test in bootstrap, this restores the ability to do that😀

@bors r+

@bors
Copy link
Contributor

bors commented Jul 1, 2023

📌 Commit 8537200 has been approved by clubby789

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 1, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 2, 2023
…iaskrgr

Rollup of 8 pull requests

Successful merges:

 - rust-lang#113147 (Fix document examples of Vec::from_raw_parts and Vec::from_raw_parts_in)
 - rust-lang#113202 (std docs: factorize literal in Barrier example)
 - rust-lang#113228 (Migrate GUI colors test to original CSS color format)
 - rust-lang#113231 (Fix `dropping_copy_types` lint from linting in match-arm with side-effects)
 - rust-lang#113233 (Update chalk)
 - rust-lang#113234 (Don't pass --test-args to `python -m unitest`)
 - rust-lang#113244 (Make Rust Analyzer tests faster by compiling less code)
 - rust-lang#113249 (Document tracking issue for rustdoc `show-type-layout`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit a353cb0 into rust-lang:master Jul 2, 2023
@rustbot rustbot added this to the 1.72.0 milestone Jul 2, 2023
@jyn514 jyn514 deleted the revert-python-test-args branch December 19, 2023 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants