ENH: fix passing of time limit to some ctest invocations that also use build-options
This commit is contained in:
parent
3bcec6e36c
commit
8fdca686b3
@ -1094,8 +1094,10 @@ int cmCTest::RunTest(std::vector<const char*> argv,
|
|||||||
{
|
{
|
||||||
if(argv[i])
|
if(argv[i])
|
||||||
{
|
{
|
||||||
// if this test has a test command make sure we pass the timeout in
|
// make sure we pass the timeout in for any build and test
|
||||||
if (strcmp(argv[i],"--test-command") == 0 && testTimeOut)
|
// invocations. Since --build-generator is required this is a
|
||||||
|
// good place to check for it, and to add the arguments in
|
||||||
|
if (strcmp(argv[i],"--build-generator") == 0 && testTimeOut)
|
||||||
{
|
{
|
||||||
args.push_back("--test-timeout");
|
args.push_back("--test-timeout");
|
||||||
cmOStringStream msg;
|
cmOStringStream msg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user