Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
c1c74f92
Commit
c1c74f92
authored
Oct 18, 2002
by
Andy Cedilnik
Browse files
When in verbose mode print test command
parent
01bd3b7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/ctest.cxx
View file @
c1c74f92
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment