mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
b687d67281
When matching ctest command-line output, we must account for the formatting of times that take 10 seconds or more. The values are right-justified, so use " +" to match any amount of space before them.