summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-11-17 04:31:47 -0800
committerGitHub <noreply@github.com>2018-11-17 04:31:47 -0800
commitf415aa1eef091db099a661a187646b1a76878487 (patch)
treec9044138c6fb3ef783dfab411ee8d334bbd80270 /.azure-pipelines
parent3a600d224c1e1106756cc71639232ae1acae45bd (diff)
downloadcpython-git-f415aa1eef091db099a661a187646b1a76878487.tar.gz
Add --tempdir option for test run (GH-10322)
(cherry picked from commit 38df97a03c5102e717a110ab69bff8e5c9ebfd08) Co-authored-by: Steve Dower <steve.dower@microsoft.com>
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 d8d5f1753a..c3175841a9 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)