Workaround test suite issue on armv7hl

This commit is contained in:
Xavier Bachelot 2018-07-24 16:54:27 +02:00
parent 84eb761b63
commit c44176fc9b
1 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: System performance benchmark
Name: sysbench
Version: 1.0.15
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Source0: https://github.com/akopytov/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/akopytov/sysbench/
@ -78,10 +78,14 @@ autoreconf -vif
%make_install
mv %{buildroot}%{_docdir}/sysbench/manual.html .
# Test suite segfaults in koji aarch64
# Although it works on different aarch64 hardware...
%check
cd tests
# opt_repot_interval test never returns on armv7hl
%ifarch armv7hl
rm t/opt_report_interval.t
%endif
# Test suite segfaults in koji aarch64
# Although it works on different aarch64 hardware...
%ifnarch aarch64
./test_run.sh
%else
@ -96,6 +100,9 @@ cd tests
%changelog
* Tue Jul 24 2018 Xavier Bachelot <xavier@bachelot.org> 1.0.15-3
- Remove opt_report_interval test for armv7hl (RHBZ#1606468).
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild