Skip to content

[3.9] bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)#22213

Merged
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-7e711ea-3.9
Sep 12, 2020
Merged

[3.9] bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)#22213
miss-islington merged 1 commit into
python:3.9from
miss-islington:backport-7e711ea-3.9

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 12, 2020

Copy link
Copy Markdown
Contributor

Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
(cherry picked from commit 7e711ea)

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

https://bugs.python.org/issue41731

Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
(cherry picked from commit 7e711ea)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

@terryjreedy: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 34e3c75 into python:3.9 Sep 12, 2020
@miss-islington miss-islington deleted the backport-7e711ea-3.9 branch September 12, 2020 06:45
@miss-islington

Copy link
Copy Markdown
Contributor Author

@terryjreedy: Status check is done, and it's a failure ❌ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants