summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 82186e4..e61d507 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -876,6 +876,10 @@ void ctest::ProcessDirectory(std::vector<std::string> &passed,
double clock_start, clock_finish;
clock_start = floattime();
+ if ( m_Verbose )
+ {
+ std::cout << std::endl << "Test command: " << testCommand << std::endl;
+ }
bool res = cmSystemTools::RunCommand(testCommand.c_str(), output,
retVal, 0, false);
clock_finish = floattime();