TestSuite: Fix for the summary and return status of the tests.
This commit is contained in:
parent
4a38fa7f19
commit
8eb4d76411
1 changed files with 1 additions and 1 deletions
|
@ -63,5 +63,5 @@ int testRunner(const std::string& title, char *subset, bool verbose, bool ctest_
|
||||||
|
|
||||||
// Return the status of the tests.
|
// Return the status of the tests.
|
||||||
CppUnit::TestResultCollector &status = runner.result();
|
CppUnit::TestResultCollector &status = runner.result();
|
||||||
return status.testFailures();
|
return status.testFailuresTotal();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue