Index: editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/DartCoreTest.java |
=================================================================== |
--- editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/DartCoreTest.java (revision 19335) |
+++ editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/DartCoreTest.java (working copy) |
@@ -38,7 +38,8 @@ |
public class DartCoreTest extends TestCase { |
public static boolean isRunningOnBuildBot() { |
- return System.getProperty("user.name").startsWith("chrome"); |
+ return System.getProperty("user.name").startsWith("chrome") |
+ || System.getProperty("dart.buildbot") != null; |
} |
public void test_DartCore_create_file_notNull() { |