Fixed the calculation of total runtime for a suite.

This commit is contained in:
Markus Kauppila
2011-06-29 19:05:56 +03:00
parent f5a3c50fea
commit 2b5522d0d1

View File

@@ -693,6 +693,8 @@ main(int argc, char *argv[])
SuiteEnded(testPassCount, testFailureCount, testSkipCount, time(0),
suiteRuntime);
suiteStartTime = SDL_GetTicks();
currentSuiteName = testItem->suiteName;
SuiteStarted(currentSuiteName, time(0));