summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-11-25 14:42:09 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-11-25 14:42:09 +1300
commit8d89380814d71a8a896c26519a7da81a71e73bc3 (patch)
tree3c2aa7d167e83ce37202f1e61877e5c34ea93841
parentbc9d2e6733469d0482a6fdd56019b862514ba396 (diff)
downloadsubunit-8d89380814d71a8a896c26519a7da81a71e73bc3.tar.gz
Make sure filter script is installed.
-rw-r--r--Makefile.am1
-rw-r--r--README6
2 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index ae72035..3d592cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@ dist_bin_SCRIPTS = \
filters/subunit-filter \
filters/subunit-ls \
filters/subunit-notify \
+ filters/subunit-output \
filters/subunit-stats \
filters/subunit-tags \
filters/subunit2csv \
diff --git a/README b/README
index 5c2526f..4fa9444 100644
--- 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
----------------------------