]> git.ipfire.org Git - thirdparty/automake.git/commit
tap/awk: correctly extract message from SKIP plans
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Aug 2011 21:15:45 +0000 (23:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 21 Aug 2011 21:46:52 +0000 (23:46 +0200)
commitc9ca5f61d87cb0578d32981b2ee32118d934ce21
tree2357774b3fde498097a9bbdc1d6d8b265af22f3c
parent1bc8f828ae07b6a3537ef0ca46cd698ba99659e2
tap/awk: correctly extract message from SKIP plans

* lib/tap-driver.sh (/^1\.\.0+[ \t]*#/): Add a forgotten `?' to
the regex used to extract the skip message from a "1..0" TAP plan.
* tests/planskip.test: Check for the just-fixed bug.
* tests/tap-planskip-unplanned-corner.test: Don't be too strict
w.r.t. the formatting of the "skip whole test" message, to avoid
failing due to bugs irrelevant for this test (like the one just
fixed).
ChangeLog
lib/tap-driver.sh
tests/tap-planskip-unplanned-corner.test
tests/tap-planskip.test