The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=14987 ====================================================================== Reported By: Zach Mullen Assigned To: ====================================================================== Project: CMake Issue ID: 14987 Category: CTest Reproducibility: N/A Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2014-06-23 15:55 EDT Last Modified: 2014-06-23 15:55 EDT ====================================================================== Summary: CTest option to pass signals down to tests Description: I have a test suite harnessed with CTest that gets zombified processes if someone CTRL+C's during the test runs. Within those tests, I have registered a SIGINT handler that gracefully shuts down and ensures the zombification doesn't happen, but that handler is never called because CTest does not pass signals through to running tests. It would be great to have a test property or even just an argument to ctest_test() that would cause signals received by the ctest process to be sent to the running test processes.
(Also requested a while back: http://www.cmake.org/pipermail/cmake/2006-November/011840.html) ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-06-23 15:55 Zach Mullen New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers