[29045] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix missing success() in t_preauth.py

daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Sep 10 13:31:28 2015

Date: Thu, 10 Sep 2015 13:31:26 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201509101731.t8AHVQQj016152@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/3b7e7bcb108add23c3c4a159287c88adcfbd6fd2
commit 3b7e7bcb108add23c3c4a159287c88adcfbd6fd2
Author: Greg Hudson <ghudson@mit.edu>
Date:   Thu Sep 10 13:22:24 2015 -0400

    Fix missing success() in t_preauth.py
    
    Add a success() call at the end to avoid displaying the debugging help
    message on completion.
    
    ticket: 8233

 src/tests/t_preauth.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/tests/t_preauth.py b/src/tests/t_preauth.py
index c42e0c4..0ef8bbc 100644
--- a/src/tests/t_preauth.py
+++ b/src/tests/t_preauth.py
@@ -23,3 +23,5 @@ realm.run([kadminl, 'setstr', realm.user_princ, '2rt', 'secondtrip'])
 out = realm.run([kinit, realm.user_princ], input=password('user')+'\n')
 if '2rt: secondtrip' not in out:
     fail('multi round-trip cookie test')
+
+success('Pre-authentication framework tests')
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post