summaryrefslogtreecommitdiff
path: root/selftest/format-subunit
Commit message (Expand)AuthorAgeFilesLines
* selftest: Cope with empty testsuite results in more places.Jelmer Vernooij2010-05-181-2/+4
* selftest: Cope with testsuites without any output whatsoever (probably an err...Jelmer Vernooij2010-05-181-1/+1
* selftest: Display minutes and hours for duration.Jelmer Vernooij2010-04-071-1/+13
* selftest: Update sys.path before attempting to import external modules.Jelmer Vernooij2010-03-311-2/+3
* selftest: Make sure format-subunit and filter-subunit can find testtools/subu...Jelmer Vernooij2010-03-311-0/+3
* format-subunit: Hide reason if it is None.Jelmer Vernooij2010-03-311-8/+6
* format-subunit: Don't show reason at all if it is None.Jelmer Vernooij2010-03-311-1/+3
* selftest: Use boolean types in Python.Jelmer Vernooij2010-03-311-2/+2
* selftest: Use standard subunit command for progress reporting.Jelmer Vernooij2010-03-311-4/+11
* selftest: Support parsing progress in format-subunit/filter-subunit.Jelmer Vernooij2010-03-311-0/+3
* format-subunit: Avoid printing backtrace on Ctrl-C.Jelmer Vernooij2010-03-311-1/+5
* selftest: reason may be NoneAndrew Tridgell2010-03-301-1/+3
* format-subunit: Improve formatting, simplify code.Jelmer Vernooij2010-03-301-22/+24
* selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij2010-03-301-10/+166
* selftest: Convert format-subunit to Python.Jelmer Vernooij2010-03-301-66/+27
* selftest: Remove html subunit formatter; it's too simple and really belongs i...Jelmer Vernooij2010-03-281-17/+3
* Remove extension from format-subunit.Jelmer Vernooij2010-03-281-0/+91