Commit e14c2ff
authored
Make runtests.py use the "py -3" launcher on Windows (#5418)
Most Windows installations don't have an exe named "python3" -- the
convention is to instead use the "py" launcher.
As a note, we probably already have some helper method that gets the
correct Python exe name somewhere, but iirc the intent was to keep
runtests.py simple, so I just implemented it directly.1 parent ee7b511 commit e14c2ff
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | | - | |
| 13 | + | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
| |||
0 commit comments