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 8e4f7ad4e5
commit 7d6dcc9376

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));