packages: python/python.spec - retry failed tests in verbose mode
arekm
arekm at pld-linux.org
Wed Jul 7 22:17:02 CEST 2010
Author: arekm Date: Wed Jul 7 20:17:02 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- retry failed tests in verbose mode
---- Files affected:
packages/python:
python.spec (1.367 -> 1.368)
---- Diffs:
================================================================
Index: packages/python/python.spec
diff -u packages/python/python.spec:1.367 packages/python/python.spec:1.368
--- packages/python/python.spec:1.367 Wed Jul 7 21:58:28 2010
+++ packages/python/python.spec Wed Jul 7 22:16:57 2010
@@ -92,7 +92,7 @@
%if %{with verbose_tests}
%define test_flags -v -l -x
%else
-%define test_flags -l -x
+%define test_flags -w -l -x
%endif
%ifarch alpha ia64 ppc64 ppc64 %{x8664}
@@ -1024,6 +1024,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.368 2010/07/07 20:16:57 arekm
+- retry failed tests in verbose mode
+
Revision 1.367 2010/07/07 19:58:28 arekm
- no need for tinfo sed anymore; rebuild aclocal macros (fixes ARCH/LIB substitution in configure.in)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python/python.spec?r1=1.367&r2=1.368&f=u
More information about the pld-cvs-commit
mailing list