packages: yum/yum.spec - extra check to detect current error which tests do...
glen
glen at pld-linux.org
Tue Mar 22 07:40:16 CET 2011
Author: glen Date: Tue Mar 22 06:40:16 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- extra check to detect current error which tests do not catch
---- Files affected:
packages/yum:
yum.spec (1.90 -> 1.91)
---- Diffs:
================================================================
Index: packages/yum/yum.spec
diff -u packages/yum/yum.spec:1.90 packages/yum/yum.spec:1.91
--- packages/yum/yum.spec:1.90 Tue Mar 22 07:22:00 2011
+++ packages/yum/yum.spec Tue Mar 22 07:40:11 2011
@@ -96,6 +96,9 @@
%{__make}
%if %{with tests}
+# yum itself must work (tests does not cover import errors)
+./yummain.py --version
+
# test/check-po-yes-no.py prints chinese to screen, need to enable utf8
export LC_ALL=en_US.utf8
%{__make} test
@@ -197,6 +200,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.91 2011/03/22 06:40:11 glen
+- extra check to detect current error which tests do not catch
+
Revision 1.90 2011/03/22 06:22:00 glen
- need unicode locale while testing
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/yum/yum.spec?r1=1.90&r2=1.91&f=u
More information about the pld-cvs-commit
mailing list