commit | bb217d9ed81fea4593d6341a5b17903d72ac3efe | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Aug 12 00:00:44 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Aug 12 00:00:44 2007 +0000 |
tree | a16f9ecd625dd46362e5b6f40d9e0b42b09d42fe | |
parent | 2614e1dc6374e4869079147c7bbce42d264bd381 [diff] [blame] |
Make sure to flush output when writing dots during -R runs
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 31e4eaf..6f6436f 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py
@@ -682,6 +682,7 @@ rc = sys.gettotalrefcount() run_the_test() sys.stderr.write('.') + sys.stderr.flush() dash_R_cleanup(fs, ps, pic) if i >= nwarmup: deltas.append(sys.gettotalrefcount() - rc - 2)