summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-11-17 12:14:36 (GMT)
committerGitHub <noreply@github.com>2018-11-17 12:14:36 (GMT)
commit38df97a03c5102e717a110ab69bff8e5c9ebfd08 (patch)
tree00ffb104fac76a29dd09ba91d7af302df7f493af /.azure-pipelines
parent5a087d5401e6956cf4c6d95f15fedabf39a4f5af (diff)
downloadcpython-38df97a03c5102e717a110ab69bff8e5c9ebfd08.zip
cpython-38df97a03c5102e717a110ab69bff8e5c9ebfd08.tar.gz
cpython-38df97a03c5102e717a110ab69bff8e5c9ebfd08.tar.bz2
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 d8d5f17..c317584 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)