]> granicus.if.org Git - python/commitdiff
Remove spurious quote in Azure Pipelines script (GH-10763)
authorPierre Glaser <pierreglaser@msn.com>
Tue, 8 Jan 2019 02:02:26 +0000 (03:02 +0100)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 8 Jan 2019 02:02:26 +0000 (18:02 -0800)
.azure-pipelines/posix-steps.yml

index 9fec9be8014ffd6cda5fa8e15e333c7ccad8a472..6e2606fff7bcbd2bd898afc5a90b57a091f2c6af 100644 (file)
@@ -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 \