mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Makes test_underpth* tests more robust by copying the executable.
This commit is contained in:
parent
0eacef3ecf
commit
1da055ee0d
2 changed files with 51 additions and 25 deletions
|
|
@ -48,6 +48,9 @@ if defined qmode goto Qmode
|
|||
echo Deleting .pyc/.pyo files ...
|
||||
"%exe%" "%pcbuild%rmpyc.py"
|
||||
|
||||
echo Cleaning _pth files ...
|
||||
if exist %prefix%*._pth del %prefix%*._pth
|
||||
|
||||
echo on
|
||||
%cmd%
|
||||
@echo off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue