- disable failing check-swig-rb

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=207
This commit is contained in:
2015-05-16 18:09:00 +00:00
committed by Git OBS Bridge
parent 8748f9e59e
commit 94d2ce1fdc
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 16 18:08:29 UTC 2015 - astieger@suse.com
- disable failing check-swig-rb
-------------------------------------------------------------------
Thu Apr 9 18:12:48 UTC 2015 - astieger@suse.com

View File

@@ -433,8 +433,9 @@ make %{?_smp_mflags} check-swig-pl || (cat fails.log; exit 1)
%if 0%{?suse_version} <= 1320
# swig bindings check failing from swig 3.0.3 and later
make %{?_smp_mflags} check-swig-py || (cat fails.log; exit 1)
%endif
# same for ruby bindings
make %{?_smp_mflags} check-swig-rb || (cat fails.log; exit 1)
%endif
%if %{with all_regression_tests}
make %{?_smp_mflags} svnserveautocheck CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1)
make %{?_smp_mflags} svnserveautocheck CLEANUP=true FS_TYPE=bdb || (cat fails.log; exit 1)