mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Tests: Remove incorrect use of 'test-timeout' option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user