Add a tap2subunit filter program.
[third_party/subunit] / runtests.py
index 49b4af416e7f4345c1ce61dede9bf64c4601e8df..c043a6d4149933cf700ff7f3e2262fb8f56d3355 100755 (executable)
@@ -95,7 +95,7 @@ def test_suite():
 
 
 class filteringVisitor(TestVisitor):
-    """I accruse all the testCases I visit that pass a regexp filter on id
+    """I accrue all the testCases I visit that pass a regexp filter on id
     into my suite
     """