BUG: Fix test reporting

This commit is contained in:
Andy Cedilnik 2003-08-15 08:41:38 -04:00
parent 3bbe95397a
commit 0bdfbc72a8
1 changed files with 1 additions and 0 deletions

View File

@ -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
{