ignore python failures on 11.4

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=67
This commit is contained in:
Dirk Mueller 2011-08-17 14:31:24 +00:00 committed by Git OBS Bridge
parent d6fd8a935e
commit 54e5a9c1b6

View File

@ -671,7 +671,10 @@ kill -9 `cat "$SVNSERVE_PIDFILE" 2>/dev/null`
%__make check-javahl
%endif # with_java
%__make check-swig-pl
%if 0{?suse_version} > 1140
# python bindings fail testsuite on 11.4
%__make check-swig-py
%endif
%if %with_ruby
%__make check-swig-rb
%endif # with_ruby