From: Pierre Glaser Date: Tue, 8 Jan 2019 02:02:26 +0000 (+0100) Subject: Remove spurious quote in Azure Pipelines script (GH-10763) X-Git-Tag: v3.8.0a1~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=202d1bde8f0d8854c7cba5ed2d93b469972b57cf;p=thirdparty%2FPython%2Fcpython.git Remove spurious quote in Azure Pipelines script (GH-10763) --- diff --git a/.azure-pipelines/posix-steps.yml b/.azure-pipelines/posix-steps.yml index 9fec9be8014f..6e2606fff7bc 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 \