diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2018-12-13 22:59:45 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-01-10 18:56:35 (GMT) |
commit | b4444d605430b340a30f92f80ae8eccd37b1cd6b (patch) | |
tree | 5c2d112d04af8fb83b4d03fc4109f2b3c05ed445 /Tests/RunCMake/CPack/tests/SUGGESTS | |
parent | 450131cc0e80f22f169f2647dc7ecb1bd1024cf6 (diff) | |
download | CMake-b4444d605430b340a30f92f80ae8eccd37b1cd6b.zip CMake-b4444d605430b340a30f92f80ae8eccd37b1cd6b.tar.gz CMake-b4444d605430b340a30f92f80ae8eccd37b1cd6b.tar.bz2 |
Tests: Split CPack DEB and RPM tests into smaller tests
The DEB and RPM tests are quite large, which can result in CTest
clients timing out on these tests even though they're working properly.
The RPM test in particular causes a lot of timeouts on the CMake
dashboard machines. This change splits these tests into smaller tests
so that they don't time out.
Diffstat (limited to 'Tests/RunCMake/CPack/tests/SUGGESTS')
-rw-r--r-- | Tests/RunCMake/CPack/tests/SUGGESTS/RPM-stderr.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CPack/tests/SUGGESTS/RPM-stderr.txt b/Tests/RunCMake/CPack/tests/SUGGESTS/RPM-stderr.txt index feb296c..53d71d9 100644 --- a/Tests/RunCMake/CPack/tests/SUGGESTS/RPM-stderr.txt +++ b/Tests/RunCMake/CPack/tests/SUGGESTS/RPM-stderr.txt @@ -1 +1 @@ -^(.*CPackRPM:Warning: SUGGESTS not supported in provided rpmbuild.*)?CPackRPM: Will use GENERATED spec file: (/[^/]*)*/Tests/RunCMake/RPM/CPack/[^-]*-build/_CPack_Packages/.*/RPM/SPECS/[^\.]*\.spec$ +^(.*CPackRPM:Warning: SUGGESTS not supported in provided rpmbuild.*)?CPackRPM: Will use GENERATED spec file: (/[^/]*)*/Tests/RunCMake/RPM\.SUGGESTS/CPack/[^-]*-build/_CPack_Packages/.*/RPM/SPECS/[^\.]*\.spec$ |