Test name canon rules via GSS and put kdc tests last
Put kdc last in tests/Makefile.am. There's two tests in tests/kdc that have been failing for a long time, and that causes the remaining tests to not be run. By putting kdc last those tests do run.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
SUBDIRS = bin db kdc gss ldap can java
|
||||
SUBDIRS = bin db gss ldap can java kdc
|
||||
|
||||
if ENABLE_SHARED
|
||||
if HAVE_DLOPEN
|
||||
|
Reference in New Issue
Block a user