]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 12 Sep 2020 06:25:36 +0000 (02:25 -0400)
committerGitHub <noreply@github.com>
Sat, 12 Sep 2020 06:25:36 +0000 (02:25 -0400)
commit7e711ead26fea6465e0ef2e3b8880b57ba8fc129
tree0f649a341441ce1e1c7810902a24ab88fe878c42
parent31c9828ec026e5d9b9122d55bf0aa7cb45bfecc5
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'].
Lib/test/test_cmd_line_script.py
Misc/NEWS.d/next/Tests/2020-09-11-19-12-31.bpo-41731.Ivxh4U.rst [new file with mode: 0644]