]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/test.cpp
fixes potential crash under gatekeeper
[wxWidgets.git] / tests / test.cpp
index 6b05835137472d923130d49f7300c513fbed0a0c..cdb57c535ad55c5278c513bbc71d3ef7ff406594 100644 (file)
@@ -425,7 +425,7 @@ extern bool IsAutomaticTest()
 
         username.MakeLower();
         s_isAutomatic = username.Matches("buildslave*") ||
-                            username.Matches("buildbot*");
+                            username.Matches("sandbox*");
     }
 
     return s_isAutomatic == 1;