2016-09-20 15:15:53 +00:00
committed by Git OBS Bridge
parent af8dfefbd0
commit 18f6f501c8
2 changed files with 3 additions and 7 deletions

View File

@@ -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

View File

@@ -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}