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
a6e9dd6c
Commit
a6e9dd6c
authored
Mar 11, 2005
by
Bill Hoffman
Browse files
FIX: fix output of passing tests
parent
a1164208
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/ctest.cxx
View file @
a6e9dd6c
...
...
@@ -203,10 +203,7 @@ int main (int argc, char *argv[])
// run ctest
std
::
string
output
;
int
res
=
inst
.
Run
(
args
,
&
output
);
if
(
res
)
{
std
::
cout
<<
output
;
}
std
::
cout
<<
output
;
cmListFileCache
::
ClearCache
();
return
res
;
...
...
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