On Wed, Sep 19, 2012 at 06:15:11PM +0100, Adam Spiers wrote: > test_failure_ () { > test_failure=$(($test_failure + 1)) > - say_color error "not ok - $test_count $1" > + say_color error "not ok $test_count - $1" Interesting. I wondered what TAP had to say about this, and in fact we were doing it wrong before. However, since the test numbers are optional in TAP, a harness is supposed to keep its own counter when we fail to provide a number. So it happened to work, but this change in fact makes us more TAP-compliant. Good. -Peff -- 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