summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-04-18 23:38:47 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-04-18 23:38:47 (GMT)
commit58de6ee8711a079da0b555221ae739d6a69df2f7 (patch)
treed5301552b785e796a0f59c6a09490997b737466e /Misc
parent6c9b35bfe2585af08ea6480294e096e2d2397fe3 (diff)
downloadcpython-58de6ee8711a079da0b555221ae739d6a69df2f7.zip
cpython-58de6ee8711a079da0b555221ae739d6a69df2f7.tar.gz
cpython-58de6ee8711a079da0b555221ae739d6a69df2f7.tar.bz2
Fix sporadic failure in test_startfile.
Wait for the child process to terminate before ending the test, so that the regrtest cleanup code doesn't get an error when it tries to delete the temporary CWD.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 022ad20..8063d02 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -315,6 +315,8 @@ Build
Tests
-----
+- Fix test_startfile to wait for child process to terminate before finishing.
+
- Issue #11719: Fix message about unexpected test_msilib skip on non-Windows
platforms. Patch by Nadeem Vawda.