- avoid extra '--' which newer ctests don't like anymore
* Floating point prints full precision by default to aid in debugging https://github.com/google/googletest/releases/tag/release-1.11.0 * Upstream version: 1.6.0 OBS-URL: https://build.opensuse.org/package/show/M17N/googletest?expand=0&rev=39
This commit is contained in:
parent
379569c5f8
commit
4f09e94a6c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 5 09:31:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- avoid extra '--' which newer ctests don't like anymore
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 16:43:25 UTC 2024 - Takashi Iwai <tiwai@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: -- -E googletest-port-test}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user