diff --git a/test/test-automation/runner.c b/test/test-automation/runner.c index 77f88fce6..c5bb80527 100644 --- a/test/test-automation/runner.c +++ b/test/test-automation/runner.c @@ -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));