Commit 202d1bde authored by Pierre Glaser's avatar Pierre Glaser Committed by Steve Dower

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

parent 80fda712
...@@ -26,7 +26,7 @@ steps: ...@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment