summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-07-20 18:34:39 +1000
committerRobert Collins <robertc@robertcollins.net>2009-07-20 18:34:39 +1000
commit83e2424fbb77ca1ea6cf4b3fefddd10616b4e95c (patch)
treeac1f95b949fc14e4481930fc70c196eca2fb99a6 /README
parent0dc614b47e7ec1b191cfd27ea65d2526b8fde45e (diff)
downloadsubunit-git-83e2424fbb77ca1ea6cf4b3fefddd10616b4e95c.tar.gz
Add support for showing test durations in subunit-ls
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 3d958b5..8b37ff9 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ Subunit supplies the following filters:
* tap2subunit - convert perl's TestAnythingProtocol to subunit.
* subunit2pyunit - convert a subunit stream to pyunit test results.
* subunit-filter - filter out tests from a subunit stream.
- * subunit-ls - list the tests present in a subunit stream.
+ * subunit-ls - list info about tests present in a subunit stream.
* subunit-stats - generate a summary of a subunit stream.
* subunit-tags - add or remove tags from a stream.