Skip to content

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

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

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

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 77901dc into python:3.8 Sep 12, 2020
@miss-islington miss-islington deleted the backport-7e711ea-3.8 branch September 12, 2020 06:43
@miss-islington

Copy link
Copy Markdown
Contributor Author

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

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