mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
BUG: Fix test reporting
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user