diff options
author | Steve Dower <steve.dower@microsoft.com> | 2016-10-29 15:50:31 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2016-10-29 15:50:31 (GMT) |
commit | 1da055ee0dd11b8c16644c27381a2b20bf0ff205 (patch) | |
tree | 812dc70c0451b27c1cf1113c943da1cc837492fa /PCbuild/rt.bat | |
parent | 0eacef3ecf84a2c41432f7a8be6304ab6427c35f (diff) | |
download | cpython-1da055ee0dd11b8c16644c27381a2b20bf0ff205.zip cpython-1da055ee0dd11b8c16644c27381a2b20bf0ff205.tar.gz cpython-1da055ee0dd11b8c16644c27381a2b20bf0ff205.tar.bz2 |
Makes test_underpth* tests more robust by copying the executable.
Diffstat (limited to 'PCbuild/rt.bat')
-rw-r--r-- | PCbuild/rt.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat index 7d4d071..3582672 100644 --- a/PCbuild/rt.bat +++ b/PCbuild/rt.bat @@ -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
|