diff options
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r-- | Source/cmCTest.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx index 4508f13..fc218c9 100644 --- a/Source/cmCTest.cxx +++ b/Source/cmCTest.cxx @@ -886,7 +886,7 @@ int cmCTest::ExecuteHandler(const char* shandler) return handler->ProcessHandler(); } -int cmCTest::ProcessTests() +int cmCTest::ProcessSteps() { int res = 0; bool notest = true; @@ -2207,7 +2207,7 @@ int cmCTest::ExecuteTests() cmCTestLog(this, ERROR_MESSAGE, "Problem initializing the dashboard." << std::endl); } else { - res = this->ProcessTests(); + res = this->ProcessSteps(); } this->Finalize(); } |