summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-09-04 04:43:37 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-09-04 04:43:37 (GMT)
commite74fe18ebb625224e0bd8f6885c3e65ac3bb29fa (patch)
tree36d5c7847deeb25d10b2f5efbec22effde3df806 /Misc
parent84368127edf1a166c5940332f79265891960aab7 (diff)
downloadcpython-e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa.zip
cpython-e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa.tar.gz
cpython-e74fe18ebb625224e0bd8f6885c3e65ac3bb29fa.tar.bz2
Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.
This makes it possible to pass more than 4 tests by name through Tools\buildbot\test.bat
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4ac70d5..5120b60 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,12 @@ Documentation
- Issue #22812: Fix unittest discovery examples.
Patch from Pam McA'Nulty.
+Tests
+-----
+
+- PCbuild\rt.bat now accepts an unlimited number of arguments to pass along
+ to regrtest.py. Previously there was a limit of 9.
+
What's New in Python 3.5.0 release candidate 3?
===============================================