diff --git a/tests/test.cpp b/tests/test.cpp index 96a64d0afd..f9afd65ad6 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -467,7 +467,7 @@ extern bool IsAutomaticTest() username = wxGetUserId(); username.MakeLower(); - s_isAutomatic = username.Matches("buildslave*") || + s_isAutomatic = username == "buildbot" || username.Matches("sandbox*"); }