]> git.ipfire.org Git - thirdparty/automake.git/commit
testsuite: fixlets and improvements in two long TAP-based tests
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 13 Aug 2011 09:52:26 +0000 (11:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 13 Aug 2011 19:04:03 +0000 (21:04 +0200)
commit836ca56434e2d63b9ad8324a0b551f789878c3f6
treef5136ebab376213e02b4e93c7aead0dfd9ccb9be
parenta956d98634008022ff2541b8b9beebae1e025def
testsuite: fixlets and improvements in two long TAP-based tests

* tests/depmod.tap: Clean up the subdirectories used by tests that
passed, to avoid ending up with a too big test directory.  This is
especially important since, on each and every system, at least some
tests in this script are expected to be skipped (which ones exactly
depends on the system), thus causing the test directory not to be
removed when the script terminates.
* tests/instspc.tap: Likewise (with the difference that tests here
are not expected to be skipped, but to xfail).  Give more explicit
error message in case of setup failure.  Skip the proper number of
tests when required, to avoid spurious errors due to mismatched
plan.  Also, really avoid to run the unsupported test cases when
the need to skip them is detected.
ChangeLog
tests/depmod.tap
tests/instspc.tap