diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-09-18 16:10:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 16:10:26 (GMT) |
commit | d0f49d2f5085ca68e3dc8725f1fb1c9674bfb5ed (patch) | |
tree | 4d209925cba8d1ad31b7a97439389a2e0fdd028e /Misc/NEWS.d/next | |
parent | cb5778f00ce48631c7140f33ba242496aaf7102b (diff) | |
download | cpython-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.rst | 1 |
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. |