]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41731: Make test_cmd_line_script pass with -vv (GH-22206)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 12 Sep 2020 06:43:27 +0000 (23:43 -0700)
committerGitHub <noreply@github.com>
Sat, 12 Sep 2020 06:43:27 +0000 (23:43 -0700)
commit77901dc6c3d06dd31f6c84b2d3cb21dc26b1e351
treeacccf48f33d389daa02cbec06fcc55261304ed14
parentbbab34084e876291d96a65741f075db3adfa7733
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>
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]