KRB5_CONFIG points to a valid krb5.conf
* t_ser.c (main): If verbose flag is set and there is an error,
display error message.
This would not have been noticed on a system with a valid /etc/krb5.conf...
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9352
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Nov 9 14:19:28 1996 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in (check-unix): Invoking t_ser requires that
+ KRB5_CONFIG points to a valid krb5.conf
+
+ * t_ser.c (main): If verbose flag is set and there is an error,
+ display error message.
+
Wed Nov 6 14:02:21 1996 Theodore Y. Ts'o <tytso@mit.edu>
* init_ctx.c (krb5_init_context): Initialize the error tables, so
> test.out
cmp test.out $(srcdir)/t_ref_kerb.out
$(RM) test.out
- $(RUN_SETUP) ./t_ser
+ KRB5_CONFIG=$(srcdir)/t_krb5.conf ; export KRB5_CONFIG ;\
+ $(RUN_SETUP) ./t_ser
check-mac:: $(TEST_PROGS)
}
else
printf("%s: usage is %s [-acekprsxvACEKPRSX]\n", argv[0], argv[0]);
+ if(kret && verbose) {
+ com_err(argv[0], kret, "-- test failed ---");
+ }
return((kret) ? 1 : 0);
}