summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-15 12:41:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-08-15 12:41:38 (GMT)
commit0bdfbc72a8255da79645f7ccd4209ea090fe9222 (patch)
tree05fd3a850e93df12db0324ad94b3693f11525015
parent3bbe95397a1331d52d53f66ab4a12baf63c02860 (diff)
downloadCMake-0bdfbc72a8255da79645f7ccd4209ea090fe9222.zip
CMake-0bdfbc72a8255da79645f7ccd4209ea090fe9222.tar.gz
CMake-0bdfbc72a8255da79645f7ccd4209ea090fe9222.tar.bz2
BUG: Fix test reporting
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index 77fe9dc..a9fa530 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -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
{