summaryrefslogtreecommitdiff
path: root/.azure-pipelines/posix-steps.yml
diff options
context:
space:
mode:
authorPierre Glaser <pierreglaser@msn.com>2019-01-08 03:02:26 +0100
committerSteve Dower <steve.dower@microsoft.com>2019-01-07 18:02:26 -0800
commit202d1bde8f0d8854c7cba5ed2d93b469972b57cf (patch)
treebbb0670088be6a9ece43499784216ded8c7437d7 /.azure-pipelines/posix-steps.yml
parent80fda712c83f5dd9560d42bf2aa65a72b18b7759 (diff)
downloadcpython-git-202d1bde8f0d8854c7cba5ed2d93b469972b57cf.tar.gz
Remove spurious quote in Azure Pipelines script (GH-10763)
Diffstat (limited to '.azure-pipelines/posix-steps.yml')
-rw-r--r--.azure-pipelines/posix-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/posix-steps.yml b/.azure-pipelines/posix-steps.yml
index 9fec9be801..6e2606fff7 100644
--- a/.azure-pipelines/posix-steps.yml
+++ b/.azure-pipelines/posix-steps.yml
@@ -26,7 +26,7 @@ steps:
xvfb-run ./venv/bin/python -m coverage run --pylib -m test \
--fail-env-changed \
-uall,-cpu \
- --junit-xml=$(build.binariesDirectory)/test-results.xml" \
+ --junit-xml=$(build.binariesDirectory)/test-results.xml \
-x test_multiprocessing_fork \
-x test_multiprocessing_forkserver \
-x test_multiprocessing_spawn \