diff --git a/tests/test.cpp b/tests/test.cpp index f2b0d84ef7..4d6775430d 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -618,6 +618,8 @@ int TestApp::RunTests() // running the tests. if ( !wxGetEnv(wxASCII_STR("WXTRACE"), NULL) ) wxLog::EnableLogging(false); + else + wxLog::SetTimestamp("%Y-%m-%d %H:%M:%S.%l"); #endif // Cast is needed under MSW where Catch also provides an overload taking