Accepting request 1139791 from home:pgajdos
sure @smithfarm, thanks - disable autocompact_test [bsc#1218597] OBS-URL: https://build.opensuse.org/request/show/1139791 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/leveldb?expand=0&rev=33
This commit is contained in:
parent
9e73840628
commit
55f7b74690
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 11 18:08:20 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- disable autocompact_test [bsc#1218597]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 8 12:47:35 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
Wed Mar 8 12:47:35 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package leveldb
|
# spec file for package leveldb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -99,7 +99,12 @@ cp -a build_static/db_bench %{buildroot}%{_bindir}
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%define __builddir build_static
|
%define __builddir build_static
|
||||||
%ctest
|
%ifarch s390x
|
||||||
|
# bsc#1218597
|
||||||
|
exclude_regex='--exclude-regex autocompact_test'
|
||||||
|
%endif
|
||||||
|
eclude_regex='--exclude-regex "(autocompact_test|db_test)"'
|
||||||
|
%ctest $exclude_regex
|
||||||
|
|
||||||
%post -n %{lib_name} -p /sbin/ldconfig
|
%post -n %{lib_name} -p /sbin/ldconfig
|
||||||
%postun -n %{lib_name} -p /sbin/ldconfig
|
%postun -n %{lib_name} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user