< prev index next >

./build.gradle

Print this page

        

*** 4041,4050 **** --- 4041,4053 ---- systemProperties 'worker.module.path': launcherModulePath } systemProperties 'worker.patch.policy': cygpath(testJavaPolicyFile.path) systemProperties 'worker.java.cmd': JAVA + // Marlin ClipShapeTest + systemProperty "ClipShapeTest.numTests", project.getProperty("ClipShapeTest.numTests") + if (!IS_USE_ROBOT) { // Disable all robot-based visual tests exclude("test/robot/**"); } if (!IS_UNSTABLE_TEST) {
< prev index next >