Remove spurious quote in Azure Pipelines script (GH-10763)

This commit is contained in:
Pierre Glaser 2019-01-08 03:02:26 +01:00 committed by Steve Dower
parent 80fda712c8
commit 202d1bde8f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ steps:
xvfb-run ./venv/bin/python -m coverage run --pylib -m test \ xvfb-run ./venv/bin/python -m coverage run --pylib -m test \
--fail-env-changed \ --fail-env-changed \
-uall,-cpu \ -uall,-cpu \
--junit-xml=$(build.binariesDirectory)/test-results.xml" \ --junit-xml=$(build.binariesDirectory)/test-results.xml \
-x test_multiprocessing_fork \ -x test_multiprocessing_fork \
-x test_multiprocessing_forkserver \ -x test_multiprocessing_forkserver \
-x test_multiprocessing_spawn \ -x test_multiprocessing_spawn \