aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-11-17 04:14:36 -0800
committerGitHub <noreply@github.com>2018-11-17 04:14:36 -0800
commit38df97a03c5102e717a110ab69bff8e5c9ebfd08 (patch)
tree00ffb104fac76a29dd09ba91d7af302df7f493af /.azure-pipelines
parentbpo-35202: Remove more unused imports in idlelib (GH-10573) (diff)
downloadcpython-38df97a03c5102e717a110ab69bff8e5c9ebfd08.tar.gz
cpython-38df97a03c5102e717a110ab69bff8e5c9ebfd08.tar.bz2
cpython-38df97a03c5102e717a110ab69bff8e5c9ebfd08.zip
Add --tempdir option for test run (GH-10322)
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/windows-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/windows-steps.yml b/.azure-pipelines/windows-steps.yml
index d8d5f1753a0..c3175841a9b 100644
--- a/.azure-pipelines/windows-steps.yml
+++ b/.azure-pipelines/windows-steps.yml
@@ -17,7 +17,7 @@ steps:
- script: python.bat -m test.pythoninfo
displayName: 'Display build info'
-- script: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results.xml"
+- script: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0 --junit-xml="$(Build.BinariesDirectory)\test-results.xml" --tempdir="$(Build.BinariesDirectory)\test"
displayName: 'Tests'
env:
PREFIX: $(Py_OutDir)\$(arch)