]> git.ipfire.org Git - thirdparty/krb5.git/commit
Display daemon output in Python test scripts 962/head
authorGreg Hudson <ghudson@mit.edu>
Sat, 3 Aug 2019 16:42:26 +0000 (12:42 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 5 Aug 2019 23:08:50 +0000 (19:08 -0400)
commit97b79e95e4fed3ccd825bc416e85509c0a1b3fff
tree725c0fdc4357c9bff8418e025ce31d940c77e0f6
parentdd402f9f868da110df64db42ec10335d7c96d14f
Display daemon output in Python test scripts

In k5test.py, if a daemon process exits before we terminate it,
display the exit status.  If a daemon process generates output beyond
the sentinel, display the output before terminating the process.
src/util/k5test.py