diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-09-12 06:45:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 06:45:34 (GMT) |
commit | 34e3c7592be70f652c293eb179593bf2928adeb4 (patch) | |
tree | a61c3fe943d0f9bd34a62238c261486a7c1deecd /Misc | |
parent | c2577b9e0e2f8652f079b4ac473347c63f15e25c (diff) | |
download | cpython-34e3c7592be70f652c293eb179593bf2928adeb4.zip cpython-34e3c7592be70f652c293eb179593bf2928adeb4.tar.gz cpython-34e3c7592be70f652c293eb179593bf2928adeb4.tar.bz2 |
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
(cherry picked from commit 7e711ead26fea6465e0ef2e3b8880b57ba8fc129)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2020-09-11-19-12-31.bpo-41731.Ivxh4U.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-09-11-19-12-31.bpo-41731.Ivxh4U.rst b/Misc/NEWS.d/next/Tests/2020-09-11-19-12-31.bpo-41731.Ivxh4U.rst new file mode 100644 index 0000000..e368a60 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2020-09-11-19-12-31.bpo-41731.Ivxh4U.rst @@ -0,0 +1 @@ +Make test_cmd_line_script pass with option '-vv'. |