packages: krb5/krb5-tests.patch - more pytests

baggins baggins at pld-linux.org
Wed Aug 3 01:14:11 CEST 2011


Author: baggins                      Date: Tue Aug  2 23:14:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- more pytests

---- Files affected:
packages/krb5:
   krb5-tests.patch (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: packages/krb5/krb5-tests.patch
diff -u packages/krb5/krb5-tests.patch:1.17 packages/krb5/krb5-tests.patch:1.18
--- packages/krb5/krb5-tests.patch:1.17	Wed Aug  3 01:04:14 2011
+++ packages/krb5/krb5-tests.patch	Wed Aug  3 01:14:06 2011
@@ -73,3 +73,26 @@
  
  install-unix::
  	$(INSTALL_PROGRAM) gss-client $(DESTDIR)$(CLIENT_BINDIR)/gss-client
+--- krb5-1.9.1/src/tests/Makefile.in~	2010-12-15 00:10:42.000000000 +0100
++++ krb5-1.9.1/src/tests/Makefile.in	2011-08-03 01:13:45.330962610 +0200
+@@ -61,12 +61,14 @@
+ 	$(RM) $(TEST_DB)* stash_file
+ 
+ check-pytests::
+-	$(RUNPYTEST) $(srcdir)/t_general.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_anonpkinit.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_lockout.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_kadm5_hook.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_keyrollover.py $(PYTESTFLAGS)
+-	$(RUNPYTEST) $(srcdir)/t_renew.py $(PYTESTFLAGS)
++	if [ "$(OFFLINE)" = no ]; then \
++	$(RUNPYTEST) $(srcdir)/t_general.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_anonpkinit.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_lockout.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_kadm5_hook.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_keyrollover.py $(PYTESTFLAGS) && \
++	$(RUNPYTEST) $(srcdir)/t_renew.py $(PYTESTFLAGS) ; \
++	fi
+ 
+ clean::
+ 	$(RM) kdc.conf
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5-tests.patch?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list