Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed the calculation of total runtime for a suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Jun 29, 2011
1 parent aa01b28 commit 5c56e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-automation/runner.c
Expand Up @@ -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));

Expand Down

0 comments on commit 5c56e4a

Please sign in to comment.