packages: krb5/krb5.spec - let's see why python tests fail

baggins baggins at pld-linux.org
Tue Aug 2 15:15:13 CEST 2011


Author: baggins                      Date: Tue Aug  2 13:15:13 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- let's see why python tests fail

---- Files affected:
packages/krb5:
   krb5.spec (1.154 -> 1.155) 

---- Diffs:

================================================================
Index: packages/krb5/krb5.spec
diff -u packages/krb5/krb5.spec:1.154 packages/krb5/krb5.spec:1.155
--- packages/krb5/krb5.spec:1.154	Tue Aug  2 14:57:25 2011
+++ packages/krb5/krb5.spec	Tue Aug  2 15:15:08 2011
@@ -427,7 +427,8 @@
 	--with-system-et \
 	--with-system-ss
 
-%{__make} TCL_LIBPATH="-L%{_libdir}"
+%{__make} \
+	TCL_LIBPATH="-L%{_libdir}"
 
 cd ../doc
 %if %{with doc}
@@ -437,7 +438,12 @@
 %{__make} -C kadm5
 %endif
 
-%{?with_tests:%{__make} -j1 -C ../src check OFFLINE=1 TCL_LIBPATH="-L%{_libdir}"}
+%if %{with tests}
+:%{__make} -C ../src check \
+	OFFLINE=1 \
+	TCL_LIBPATH="-L%{_libdir}" \
+	PYTESTFLAGS="-v"
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -721,6 +727,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.155  2011/08/02 13:15:08  baggins
+- let's see why python tests fail
+
 Revision 1.154  2011/08/02 12:57:25  baggins
 - one more tcl library path workaround
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/krb5/krb5.spec?r1=1.154&r2=1.155&f=u



More information about the pld-cvs-commit mailing list