[packages/zsh] - rel 2; don't run some tests that are known to fail on builders

arekm arekm at pld-linux.org
Wed Feb 13 20:08:03 CET 2013


commit eb0ecde0e0044abeda79f16e4d32006a452d6ccd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Feb 13 20:08:00 2013 +0100

    - rel 2; don't run some tests that are known to fail on builders

 zsh.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/zsh.spec b/zsh.spec
index 25aaf68..ca0a068 100644
--- a/zsh.spec
+++ b/zsh.spec
@@ -15,7 +15,7 @@ Summary(tr.UTF-8):	Gelişmiş bir BASH sürümü
 Summary(uk.UTF-8):	Командний процесор (shell) схожий на ksh, але з покращеннями
 Name:		zsh
 Version:	5.0.2
-Release:	1
+Release:	2
 License:	BSD-like
 Group:		Applications/Shells
 Source0:	ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/%{name}-%{version}.tar.bz2
@@ -206,7 +206,12 @@ cd Doc
 makeinfo zsh.texi
 cd ..
 
-%{?with_tests:%{__make} test}
+%if %{with tests}
+if ! tty; then
+	rm Tests/{C02cond.ztst,Y01completion.ztst,Y01completion.ztst,Y02compmatch.ztst,Y02compmatch.ztst,Y03arguments.ztst,Y03arguments.ztst}
+fi
+%{__make} test
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zsh.git/commitdiff/eb0ecde0e0044abeda79f16e4d32006a452d6ccd



More information about the pld-cvs-commit mailing list