]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add k5test mark() function
authorGreg Hudson <ghudson@mit.edu>
Wed, 18 Apr 2018 23:21:40 +0000 (19:21 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sun, 22 Apr 2018 16:52:43 +0000 (12:52 -0400)
commit4e813204ac3dace93297f47d64dfc0aaecc370f8
tree9427e9770f69c736b91c1e1e43e4a7559ad09611
parent15ce7cb89669d761f41561ffcbd6e3f6d80f4224
Add k5test mark() function

Make it easier to locate a failing command in long Python test scripts
by allowing the script to output marks, and displaying the most recent
mark with command failures.
src/util/k5test.py