BUG: Fix test reporting
This commit is contained in:
parent
3bbe95397a
commit
0bdfbc72a8
@ -1754,6 +1754,7 @@ void cmCTest::ProcessDirectory(std::vector<std::string> &passed,
|
|||||||
{
|
{
|
||||||
fprintf(stderr," Passed\n");
|
fprintf(stderr," Passed\n");
|
||||||
passed.push_back(args[0].Value);
|
passed.push_back(args[0].Value);
|
||||||
|
cres.m_Status = cmCTest::COMPLETED;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user