Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > TAP, the Test Anything Protocol, is a simple text-based interface > between testing modules in a test harness. test-lib.sh's output was > already very close to being valid TAP. This change brings it all the > way there. Before: > > $ ./t0005-signals.sh > * ok 1: sigchain works > * passed all 1 test(s) > > And after: > > $ ./t0005-signals.sh > ok 1 - sigchain works > # passed all 1 test(s) > 1..1 How failing test looks like before and after the change? How test_expect_failure, i.e. known breakage (TODO test) looks like (both in known broken, and in accidentally fixed version) before and after the change? How does '--verbose' and '--debug' output looks like before and after the change? -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html