Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 202d1bd

Browse files
pierreglaserzooba
authored andcommitted
Remove spurious quote in Azure Pipelines script (GH-10763)
1 parent 80fda71 commit 202d1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/posix-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
xvfb-run ./venv/bin/python -m coverage run --pylib -m test \
2727
--fail-env-changed \
2828
-uall,-cpu \
29-
--junit-xml=$(build.binariesDirectory)/test-results.xml" \
29+
--junit-xml=$(build.binariesDirectory)/test-results.xml \
3030
-x test_multiprocessing_fork \
3131
-x test_multiprocessing_forkserver \
3232
-x test_multiprocessing_spawn \

0 commit comments

Comments
 (0)