From c1c74f925cf249e260ea94532205dc954852d7cd Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 18 Oct 2002 15:51:12 -0400 Subject: When in verbose mode print test command --- Source/ctest.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 &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(); -- cgit v0.12