Skip to content

bpo-40003: test.bisect_cmd copies Python options #19246

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
Mar 31, 2020
Merged

bpo-40003: test.bisect_cmd copies Python options #19246

merged 1 commit into from
Mar 31, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Mar 31, 2020

test.bisect_cmd now copies Python command line options like -O or -W.
Moreover, emit a warning if test.bisect_cmd is used with
-w/--verbose2 option.

https://bugs.python.org/issue40003

test.bisect_cmd now copies Python command line options like -O or -W.
Moreover, emit a warning if test.bisect_cmd is used with
-w/--verbose2 option.
@vstinner
Copy link
Member Author

Moreover, emit a warning if test.bisect_cmd is used with -w/--verbose2 option.

I did that because I used "test.bisect_cmd -w -R 3:3 test_asyncio" and it is way too slow. There is no need to re-run test_asyncio twice, it takes 30 min!

@vstinner vstinner merged commit 01e743d into python:master Mar 31, 2020
@vstinner vstinner deleted the bisect_cmd_args branch March 31, 2020 15:26
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