Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 544032 Details for
Bug 663992
dev-util/cmake: tests are run sequentially
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cmake-parallel-tests.patch
cmake-parallel-tests.patch (text/plain), 1.06 KB, created by
Michael Palimaka (kensington)
on 2018-08-19 14:15:12 UTC
(
hide
)
Description:
cmake-parallel-tests.patch
Filename:
MIME Type:
Creator:
Michael Palimaka (kensington)
Created:
2018-08-19 14:15:12 UTC
Size:
1.06 KB
patch
obsolete
>diff --git a/dev-util/cmake/cmake-3.12.1.ebuild b/dev-util/cmake/cmake-3.12.1.ebuild >index fb16015bae1..a42f34a5a0d 100644 >--- a/dev-util/cmake/cmake-3.12.1.ebuild >+++ b/dev-util/cmake/cmake-3.12.1.ebuild >@@ -5,7 +5,7 @@ EAPI=6 > > CMAKE_MAKEFILE_GENERATOR="emake" > CMAKE_REMOVE_MODULES="no" >-inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils toolchain-funcs eapi7-ver virtualx xdg-utils cmake-utils >+inherit bash-completion-r1 elisp-common eutils flag-o-matic gnome2-utils multiprocessing toolchain-funcs eapi7-ver virtualx xdg-utils cmake-utils > > MY_P="${P/_/-}" > >@@ -120,7 +120,7 @@ cmake_src_test() { > # RunCMake.CPack_RPM: breaks if app-arch/rpm is installed because > # debugedit binary is not in the expected location > # TestUpload, which requires network access >- "${BUILD_DIR}"/bin/ctest ${ctestargs} \ >+ "${BUILD_DIR}"/bin/ctest -j "$(makeopts_jobs)" --test-load "$(makeopts_loadavg)" ${ctestargs} \ > -E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|RunCMake.CPack_RPM|TestUpload)" \ > || die "Tests failed" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 663992
: 544032