Skip to content

Commit

Permalink
Remove spurious quote in Azure Pipelines script (pythonGH-10763)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreglaser authored and zooba committed Jan 8, 2019
1 parent 80fda71 commit 202d1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/posix-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 202d1bd

Please sign in to comment.