krb5 commit: Fix minor errors in skiptests messages

Greg Hudson ghudson at mit.edu
Fri Dec 16 15:33:07 EST 2016


https://github.com/krb5/krb5/commit/55b7edc193b0d69e0334ac29492332ec915ff782
commit 55b7edc193b0d69e0334ac29492332ec915ff782
Author: Greg Hudson <ghudson at 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'; \


More information about the cvs-krb5 mailing list