Dominique Leuenberger 2024-08-02 15:25:49 +00:00 committed by Git OBS Bridge
commit b9c62d3f00
2 changed files with 6 additions and 1 deletions

View File

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

View File

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