X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6524d302d0f384c41092bc399a25cbfd389a71ed..31f125ed00f3391ba78371c7aa0b4919427050d8:/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;