]> git.ipfire.org Git - thirdparty/krb5.git/commit
Improve daemon checking in Python test scripts 966/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 9 Aug 2019 05:17:54 +0000 (01:17 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Aug 2019 18:20:07 +0000 (14:20 -0400)
commitafc30bce69f9bfab7169750d835134ef2bf20e18
treec1149e74e2d970c0ce878e634bc61fe7e3655ac6
parenta449bfc16c32019fec8b4deea963a3e474b0d14d
Improve daemon checking in Python test scripts

If a daemon exits early and we detect it with check_daemon(), avoid
trying to terminate it again as the process entry will have been
reaped.  Check all daemons on successful exit and exit with an error
if any daemons exited early.

Also remove a piece of Python 2.5 compatibility code which is no
longer relevant with Python 3.
src/util/k5test.py