revert
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=235
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 20 13:10:32 UTC 2016 - astieger@suse.com
|
||||
|
||||
- swig-py and swig-rb test known to fail with swig 3.0.8 bsc#999069
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 10:52:11 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@@ -405,9 +405,10 @@ export LANG=C LC_ALL=C
|
||||
make %{?_smp_mflags} check CLEANUP=true || (cat fails.log; exit 1)
|
||||
make %{?_smp_mflags} check-javahl || (cat fails.log; exit 1)
|
||||
make %{?_smp_mflags} check-swig-pl || (cat fails.log; exit 1)
|
||||
%if 0%{?suse_version} < 1315 || 0%{?suse_version} == 1320 || ( 0%{?suse_version} == 1315 && 0%{?sle_version} == 120100 )
|
||||
# python and ruby bindings checks failing from swig 3.0.3... < 3.0.10
|
||||
%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)
|
||||
# same for ruby bindings
|
||||
make %{?_smp_mflags} check-swig-rb || (cat fails.log; exit 1)
|
||||
%endif
|
||||
%if %{with all_regression_tests}
|
||||
|
Reference in New Issue
Block a user