Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
637832ec1d |
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user