diff options
author | Joan Bruguera Micó <joanbrugueram@gmail.com> | 2024-06-04 13:14:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-06-05 13:37:05 (GMT) |
commit | ff077af0320611abf024d2c4d05baecb71de705c (patch) | |
tree | 5f84fd19fb76b5334868ccbbc820ea3f1701f268 /Source/cmConvertMSBuildXMLToJSON.py | |
parent | efaa9efece0786a80243d005e35e68f18999eb0e (diff) | |
download | CMake-ff077af0320611abf024d2c4d05baecb71de705c.zip CMake-ff077af0320611abf024d2c4d05baecb71de705c.tar.gz CMake-ff077af0320611abf024d2c4d05baecb71de705c.tar.bz2 |
ctest: Set close-on-exec for jobserver FIFO
Set the close-on-exec flag to prevent the jobserver FIFO file
descriptor from leaking to subprocesses spawned by `ctest`.
This leak is usually harmless, but can cause `make test -jN` to hang
at the end of the build if a test leaves a background process running
with the jobserver FIFO file descriptor open.
Fixes: #26027
Diffstat (limited to 'Source/cmConvertMSBuildXMLToJSON.py')
0 files changed, 0 insertions, 0 deletions