krb5 commit: Notice errors from t_fortuna in make check

Greg Hudson ghudson at mit.edu
Sat Apr 8 21:49:01 EDT 2017


https://github.com/krb5/krb5/commit/c6a9fe0e7035f2f7ec98e696e549349601f05941
commit c6a9fe0e7035f2f7ec98e696e549349601f05941
Author: Greg Hudson <ghudson at mit.edu>
Date:   Fri Apr 7 21:25:28 2017 -0400

    Notice errors from t_fortuna in make check

 src/lib/crypto/krb/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lib/crypto/krb/Makefile.in b/src/lib/crypto/krb/Makefile.in
index c5660c5..fc01a2c 100644
--- a/src/lib/crypto/krb/Makefile.in
+++ b/src/lib/crypto/krb/Makefile.in
@@ -212,7 +212,7 @@ depend: $(SRCS)
 
 check-unix: t_fortuna
 	if [ $(PRNG_ALG) = fortuna ]; then \
-		$(RUN_TEST) ./t_fortuna > t_fortuna.output; \
+		$(RUN_TEST) ./t_fortuna > t_fortuna.output && \
 		cmp t_fortuna.output $(srcdir)/t_fortuna.expected; \
 	fi
 


More information about the cvs-krb5 mailing list