diff options
author | Pierre Glaser <pierreglaser@msn.com> | 2019-01-08 02:02:26 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2019-01-08 02:02:26 (GMT) |
commit | 202d1bde8f0d8854c7cba5ed2d93b469972b57cf (patch) | |
tree | bbb0670088be6a9ece43499784216ded8c7437d7 /.azure-pipelines | |
parent | 80fda712c83f5dd9560d42bf2aa65a72b18b7759 (diff) | |
download | cpython-202d1bde8f0d8854c7cba5ed2d93b469972b57cf.zip cpython-202d1bde8f0d8854c7cba5ed2d93b469972b57cf.tar.gz cpython-202d1bde8f0d8854c7cba5ed2d93b469972b57cf.tar.bz2 |
Remove spurious quote in Azure Pipelines script (GH-10763)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/posix-steps.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/posix-steps.yml b/.azure-pipelines/posix-steps.yml index 9fec9be..6e2606f 100644 --- a/.azure-pipelines/posix-steps.yml +++ b/.azure-pipelines/posix-steps.yml @@ -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 \ |