Make sure filter script is installed.
[third_party/subunit] / README
diff --git a/README b/README
index 5c2526fd07147ae9290738324fd18a2f98e67b43..4fa9444ea6f2f35001a9a6003bcdce2300965dd1 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@
   license at the users choice. A copy of both licenses are available in the
   project source as Apache-2.0 and BSD. You may not use this file except in
   compliance with one of these two licences.
-  
+
   Unless required by applicable law or agreed to in writing, software
   distributed under these licenses is distributed on an "AS IS" BASIS, WITHOUT
   WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the
@@ -90,7 +90,7 @@ The most common way is to run an existing python test suite and have it output
 subunit via the ``subunit.run`` module::
 
   $ python -m subunit.run mypackage.tests.test_suite
+
 For more information on the Python support Subunit offers , please see
 ``pydoc subunit``, or the source in ``python/subunit/``
 
@@ -343,7 +343,7 @@ b3 2901 0c 03666f6f 08555f1b
 Version 1 (and 1.1)
 ===================
 
-Version 1 (and 1.1) are mostly human readable protocols. 
+Version 1 (and 1.1) are mostly human readable protocols.
 
 Sample subunit wire contents
 ----------------------------