diff options
-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 \ |