diff options
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index fd96447..cffcfea 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -255,6 +255,9 @@ cmCTest::cmCTest() { it->second->SetCTestInstance(this); } + + // Make sure we can capture the build tool output. + cmSystemTools::EnableVSConsoleOutput(); } //---------------------------------------------------------------------- |