diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-07-21 18:58:13 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-07-21 18:58:13 (GMT) |
commit | 299bbcad864599fc76701b2fbe1faea09220b682 (patch) | |
tree | 3b68671136a9ce9fe121f09b3c41ce1025ea3e48 /Source/cmCTest.cxx | |
parent | ad748ce26e61f19ab46308dff4cb614b839fcc1c (diff) | |
download | CMake-299bbcad864599fc76701b2fbe1faea09220b682.zip CMake-299bbcad864599fc76701b2fbe1faea09220b682.tar.gz CMake-299bbcad864599fc76701b2fbe1faea09220b682.tar.bz2 |
ENH: fix color output inside of ctest runs
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 390774f..b5e79a4 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -289,6 +289,10 @@ int cmCTest::Initialize(const char* binary_dir, bool new_tag, { this->BlockTestErrorDiagnostics(); } + else + { + cmSystemTools::PutEnv("CTEST_INTERACTIVE_DEBUG_MODE=1"); + } this->BinaryDir = binary_dir; cmSystemTools::ConvertToUnixSlashes(this->BinaryDir); |