Makes test_underpth* tests more robust by copying the executable.

This commit is contained in:
Steve Dower 2016-10-29 08:50:31 -07:00
parent 0eacef3ecf
commit 1da055ee0d
2 changed files with 51 additions and 25 deletions

View file

@ -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