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");
|
||||
passed.push_back(args[0].Value);
|
||||
cres.m_Status = cmCTest::COMPLETED;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue