mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-24 19:34:46 +01:00

Adding a --force-colour option to force colour output on POSIX systems, provided a debugger is not attached. This allows for Catch to output colours even if STDOUT is not a tty, which can be the case when the test executable is being spawned by a parent process (e.g. CMake's ctest).