Skip to content
GitLab
Menu
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
0bdfbc72
Commit
0bdfbc72
authored
Aug 15, 2003
by
Andy Cedilnik
Browse files
BUG: Fix test reporting
parent
3bbe9539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmCTest.cxx
View file @
0bdfbc72
...
...
@@ -1754,6 +1754,7 @@ void cmCTest::ProcessDirectory(std::vector<std::string> &passed,
{
fprintf
(
stderr
,
" Passed
\n
"
);
passed
.
push_back
(
args
[
0
].
Value
);
cres
.
m_Status
=
cmCTest
::
COMPLETED
;
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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