testsuite: more granular count of test results in our TAP library
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 13 Aug 2011 10:39:59 +0000 (12:39 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 13 Aug 2011 19:04:09 +0000 (21:04 +0200)
commit726540faa1a5136004eb41d5b70f61e8aa2b795f
tree4e51c7eb69b09d8b1c82654daeb0da127b3a2fca
parent836ca56434e2d63b9ad8324a0b551f789878c3f6
testsuite: more granular count of test results in our TAP library

* tests/tap-functions.sh ($tap_bad_count_): Removed, superseded
by ...
($tap_fail_count_, $tap_xpass_count_): ... these new variables,
which keep more granular counts.
($tap_pass_count_: New variable.
* tests/defs (exit trap): Adjust and simplify accordingly.
ChangeLog
tests/defs
tests/tap-functions.sh