Skip to content

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