Commit bb217d9e authored by Neal Norwitz's avatar Neal Norwitz

Make sure to flush output when writing dots during -R runs

parent 2614e1dc
......@@ -682,6 +682,7 @@ def dash_R(the_module, test, indirect_test, huntrleaks):
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment