mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
If `CTestTestParallel` was run at the same time as `CTestTestChecksum` (e.g. during parallel testing) then the former fails due to the latter stepping on its directory. Fix the directory used for the latter to avoid the conflict.