Run all tests
[third_party/subunit] / runtests.py
index c043a6d4149933cf700ff7f3e2262fb8f56d3355..8ecc6cd3fb4c47f1d4237bf8a8392cb6d08bba62 100755 (executable)
@@ -129,7 +129,7 @@ def main(argv):
     visitor = filteringVisitor(pattern)
     test_suite().visit(visitor)
     runner = ParameterisableTextTestRunner(verbosity=2)
-    runner.resultFactory(earlyStopFactory)
+    runner.resultFactory(unittest._TextTestResult)
     if not runner.run(visitor.suite()).wasSuccessful():
         return 1
     return 0