You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/11/25 14:42:30 UTC

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

Author: stefan2
Date: Wed Nov 25 13:42:30 2015
New Revision: 1716405

URL: http://svn.apache.org/viewvc?rev=1716405&view=rev
Log:
Follow-up to r1716399:

* build/run_tests.py
  (TestHarness._run_local_schedulers): Fix docstring indentation.

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=1716405&r1=1716404&r2=1716405&view=diff
==============================================================================
--- subversion/trunk/build/run_tests.py (original)
+++ subversion/trunk/build/run_tests.py Wed Nov 25 13:42:30 2015
@@ -494,8 +494,8 @@ class TestHarness:
     return failed
 
   def _run_local_schedulers(self, testlist):
-  '''Serial execution of all test suites using their respective internal
-  schedulers.'''
+    '''Serial execution of all test suites using their respective internal
+    schedulers.'''
     testcount = len(testlist)
 
     failed = 0