Accepting request 1190763 from M17N
OBS-URL: https://build.opensuse.org/request/show/1190763 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/googletest?expand=0&rev=19
This commit is contained in:
commit
b9c62d3f00
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 08:33:13 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- avoid extra '--' which newer ctests don't like anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 09:31:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -101,7 +101,7 @@ mkdir -p %{buildroot}%{_includedir}/gtest/src && install -m 0644 googletest/src/
|
||||
%if %{with tests}
|
||||
%ifnarch %ix86
|
||||
# googletest-port-test is checking the threadcount which is incorrect under user mode emulation
|
||||
%ctest %{?qemu_user_space_build: -- -E googletest-port-test}
|
||||
%ctest %{?qemu_user_space_build:--exclude-regex googletest-port-test}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user