Skip to content

Commit

Permalink
dev-util/cmake: restrict RunCMake.CPack_RPM test
Browse files Browse the repository at this point in the history
Gentoo-bug: 600936
Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
kensington committed Jun 24, 2017
1 parent 4384c16 commit b8461fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev-util/cmake/cmake-3.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ cmake_src_test() {
# CTest.updatecvs: which fails to commit as root
# Fortran: requires fortran
# Qt4Deploy, which tries to break sandbox and ignores prefix
# 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} \
-E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|TestUpload)" \
-E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|RunCMake.CPack_RPM|TestUpload)" \
|| die "Tests failed"

popd > /dev/null
Expand Down
4 changes: 3 additions & 1 deletion dev-util/cmake/cmake-3.9.0_rc4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,11 @@ cmake_src_test() {
# CTest.updatecvs: which fails to commit as root
# Fortran: requires fortran
# Qt4Deploy, which tries to break sandbox and ignores prefix
# 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} \
-E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|TestUpload)" \
-E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|RunCMake.CPack_RPM|TestUpload)" \
|| die "Tests failed"

popd > /dev/null
Expand Down

0 comments on commit b8461fe

Please sign in to comment.