diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2020-09-12 06:25:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 06:25:36 (GMT) |
commit | 7e711ead26fea6465e0ef2e3b8880b57ba8fc129 (patch) | |
tree | 0f649a341441ce1e1c7810902a24ab88fe878c42 /Misc | |
parent | 31c9828ec026e5d9b9122d55bf0aa7cb45bfecc5 (diff) | |
download | cpython-7e711ead26fea6465e0ef2e3b8880b57ba8fc129.zip cpython-7e711ead26fea6465e0ef2e3b8880b57ba8fc129.tar.gz cpython-7e711ead26fea6465e0ef2e3b8880b57ba8fc129.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'].
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'. |