Compare commits

1 Commits
1.1 ... main

2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 28 13:17:22 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Avoid embedding build machine CPU core count (boo#1237231)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 30 10:52:01 UTC 2024 - Andreas Schwab <schwab@suse.de> Wed Oct 30 10:52:01 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@@ -133,7 +133,7 @@ ctest_exclude_regex="bezier-test|ellipse-test|line-test|polynomial-test|self-int
%endif %endif
# END deactivate failling test # END deactivate failling test
pushd build pushd build
ctest --output-on-failure --force-new-ctest-process --parallel %{_smp_build_ncpus} \ ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \
%{?excluded_tests:--exclude-regex "($ctest_exclude_regex)"} %{?excluded_tests:--exclude-regex "($ctest_exclude_regex)"}
popd popd