diff options
author | Betsy McPhail <betsy.mcphail@kitware.com> | 2017-10-11 23:42:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-10 12:52:05 (GMT) |
commit | 7904b659ea71fdac47e72edd8309c72b4f7d7e8b (patch) | |
tree | e3005774e90176974101b58d4f89043c9e259e59 /Tests/RunCMake/CTestCommandLine | |
parent | e80dc2ad7fd8cde15ad62ffd7743eba20fbc8524 (diff) | |
download | CMake-7904b659ea71fdac47e72edd8309c72b4f7d7e8b.zip CMake-7904b659ea71fdac47e72edd8309c72b4f7d7e8b.tar.gz CMake-7904b659ea71fdac47e72edd8309c72b4f7d7e8b.tar.bz2 |
Tests: Remove incorrect use of 'test-timeout' option
Diffstat (limited to 'Tests/RunCMake/CTestCommandLine')
-rw-r--r-- | Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake index e936dab..0fafea5 100644 --- a/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake +++ b/Tests/RunCMake/CTestCommandLine/RunCMakeTest.cmake @@ -102,7 +102,7 @@ function(run_TestLoad name load) add_test(TestLoad1 \"${CMAKE_COMMAND}\" -E echo \"test of --test-load\") add_test(TestLoad2 \"${CMAKE_COMMAND}\" -E echo \"test of --test-load\") ") - run_cmake_command(${name} ${CMAKE_CTEST_COMMAND} -j2 --test-load ${load} --test-timeout 5) + run_cmake_command(${name} ${CMAKE_CTEST_COMMAND} -j2 --test-load ${load}) endfunction() # Tests for the --test-load feature of ctest |