summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2018-09-18 16:10:26 (GMT)
committerGitHub <noreply@github.com>2018-09-18 16:10:26 (GMT)
commitd0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed (patch)
tree4d209925cba8d1ad31b7a97439389a2e0fdd028e /Misc/NEWS.d/next
parentcb5778f00ce48631c7140f33ba242496aaf7102b (diff)
downloadcpython-d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed.zip
cpython-d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed.tar.gz
cpython-d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed.tar.bz2
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Build/2018-09-14-09-53-21.bpo-34582.j3omgk.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-09-14-09-53-21.bpo-34582.j3omgk.rst b/Misc/NEWS.d/next/Build/2018-09-14-09-53-21.bpo-34582.j3omgk.rst
new file mode 100644
index 0000000..582c15f
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2018-09-14-09-53-21.bpo-34582.j3omgk.rst
@@ -0,0 +1 @@
+Add JUnit XML output for regression tests and update Azure DevOps builds.