]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add return_trace option to k5test.py
authorGreg Hudson <ghudson@mit.edu>
Tue, 7 Jan 2020 20:05:08 +0000 (15:05 -0500)
committerGreg Hudson <ghudson@mit.edu>
Tue, 7 Jan 2020 20:41:50 +0000 (15:41 -0500)
commite76d1ee90f2b15639cc1d9c420d3b82080895214
tree4b1d8da06f4829e6f8c4a42f5f5c443de1e11d39
parent253e4459f4e4c9239e7a129bab4257f077d7bb94
Add return_trace option to k5test.py

If return_trace=True is specified when running a command in a Python
test, collect the trace output and return it in a tuple with the
regular output.
src/util/k5test.py