You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/06/15 02:59:00 UTC

svn commit: r954683 - /subversion/trunk/build/run_tests.py

Author: hwright
Date: Tue Jun 15 00:58:59 2010
New Revision: 954683

URL: http://svn.apache.org/viewvc?rev=954683&view=rev
Log:
* build/run_tests.py
  (_run_test): Flush some interim output.

Modified:
    subversion/trunk/build/run_tests.py

Modified: subversion/trunk/build/run_tests.py
URL: http://svn.apache.org/viewvc/subversion/trunk/build/run_tests.py?rev=954683&r1=954682&r2=954683&view=diff
==============================================================================
--- subversion/trunk/build/run_tests.py (original)
+++ subversion/trunk/build/run_tests.py Tue Jun 15 00:58:59 2010
@@ -233,6 +233,7 @@ class TestHarness:
       test_info = '%s [%d/%d]' % (progbase, test_nr + 1, total_tests)
       sys.stdout.write('Running tests in %s' % (test_info, ))
       sys.stdout.write('.'*(LINE_LENGTH - len(test_info)))
+      sys.stdout.flush()
 
     log.write('START: %s\n' % progbase)
     log.flush()