summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-10-29 15:50:31 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-10-29 15:50:31 (GMT)
commit1da055ee0dd11b8c16644c27381a2b20bf0ff205 (patch)
tree812dc70c0451b27c1cf1113c943da1cc837492fa /PCbuild
parent0eacef3ecf84a2c41432f7a8be6304ab6427c35f (diff)
downloadcpython-1da055ee0dd11b8c16644c27381a2b20bf0ff205.zip
cpython-1da055ee0dd11b8c16644c27381a2b20bf0ff205.tar.gz
cpython-1da055ee0dd11b8c16644c27381a2b20bf0ff205.tar.bz2
Makes test_underpth* tests more robust by copying the executable.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/rt.bat3
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