]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add framework for tracking skipped tests
authorGreg Hudson <ghudson@mit.edu>
Sun, 4 Jan 2015 01:09:11 +0000 (20:09 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 22 Jan 2015 23:58:27 +0000 (18:58 -0500)
commitfa93d60a7af86e37eb25c31349cf8a7207d0c41e
tree36e52321fae7b02bf23464f7c26cd3912ab474b0
parent266cce14ee39f6d11b186ee988cffd0c2a119f3d
Add framework for tracking skipped tests

In k5test.py, add functions skipped() and skip_rest() which output a
message about skipping tests (even without the verbose flag) and also
add a note to the "skiptests" file at the top of the build tree.  In
the top-level make check, empty out skiptests at the beginning and
display it at the end.  Add a subsitution for the skiptests file to
pre.in so that other makefiles can append to it.
src/Makefile.in
src/config/pre.in
src/util/k5test.py