X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6524d302d0f384c41092bc399a25cbfd389a71ed..cd15bcaf50ead53ccf9d50965312f0dc754affb4:/tests/test.cpp diff --git a/tests/test.cpp b/tests/test.cpp index 6b05835137..cdb57c535a 100644 --- a/tests/test.cpp +++ b/tests/test.cpp @@ -425,7 +425,7 @@ extern bool IsAutomaticTest() username.MakeLower(); s_isAutomatic = username.Matches("buildslave*") || - username.Matches("buildbot*"); + username.Matches("sandbox*"); } return s_isAutomatic == 1;