commit | 34e3c7592be70f652c293eb179593bf2928adeb4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 11 23:45:34 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 11 23:45:34 2020 -0700 |
tree | a61c3fe943d0f9bd34a62238c261486a7c1deecd | |
parent | c2577b9e0e2f8652f079b4ac473347c63f15e25c [diff] |
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>