diff --git a/test_suite/fgTestRunner.cxx b/test_suite/fgTestRunner.cxx index 7365dbe31..40dc5c168 100644 --- a/test_suite/fgTestRunner.cxx +++ b/test_suite/fgTestRunner.cxx @@ -63,5 +63,5 @@ int testRunner(const std::string& title, char *subset, bool verbose, bool ctest_ // Return the status of the tests. CppUnit::TestResultCollector &status = runner.result(); - return status.testFailures(); + return status.testFailuresTotal(); }