CMake/Tests/CTestTestTimeout/timeout.cmake
Luz Paz 3ab7bf8285 Various typo fixes
Some are user-facing. Others are source comments.
2018-01-04 06:52:01 +11:00

7 lines
212 B
CMake

# Remove the log file.
file(REMOVE ${Log})
# Run a child that sleeps longer than the timeout of this test.
# Log its output so check.cmake can verify it dies.
execute_process(COMMAND ${Sleep} ERROR_FILE ${Log})