Remove spurious quote in Azure Pipelines script (GH-10763)
This commit is contained in:
parent
80fda712c8
commit
202d1bde8f
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue