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

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

krb5 commit: Fix minor errors in skiptests messages

daemon@ATHENA.MIT.EDU (Greg Hudson)
Fri Dec 16 15:33:11 2016

Date: Fri, 16 Dec 2016 15:33:07 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201612162033.uBGKX7VX002743@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/55b7edc193b0d69e0334ac29492332ec915ff782
commit 55b7edc193b0d69e0334ac29492332ec915ff782
Author: Greg Hudson <ghudson@mit.edu>
Date:   Fri Dec 16 12:16:11 2016 -0500

    Fix minor errors in skiptests messages

 src/Makefile.in             |    2 +-
 src/lib/krb5/os/Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 2ebf2fb..245366f 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -501,7 +501,7 @@ check-pytests-no: check-postrecurse
 		$(SKIPTESTS)
 
 check-cmocka-no: check-postrecurse
-	@echo 'Skipped cmocka tests due to missing library or header file' >> \
+	@echo 'Skipped cmocka tests: cmocka library or header not found' >> \
 		$(SKIPTESTS)
 
 # Create a test realm and spawn a shell in an environment pointing to it.
diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in
index efa82e2..5d2fcb5 100644
--- a/src/lib/krb5/os/Makefile.in
+++ b/src/lib/krb5/os/Makefile.in
@@ -225,7 +225,7 @@ check-unix-locate: t_locate_kdc
 		$(RUN_TEST) ./t_locate_kdc $(LOCREALM); \
 	    else \
 		echo '*** WARNING: skipped t_locate_kdc test: known DNS name not found'; \
-		echo 'Skipped t_locate_kdc test: known DNS name found' >> $(SKIPTESTS); \
+		echo 'Skipped t_locate_kdc test: known DNS name not found' >> $(SKIPTESTS); \
 	    fi; \
 	else \
 		echo '*** WARNING: skipped t_locate_kdc test: OFFLINE'; \
_______________________________________________
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