--- old/./build.gradle 2018-07-03 17:33:28.141274017 +0200 +++ new/./build.gradle 2018-07-03 17:33:28.057274018 +0200 @@ -4043,6 +4043,10 @@ systemProperties 'worker.patch.policy': cygpath(testJavaPolicyFile.path) systemProperties 'worker.java.cmd': JAVA + if (rootProject.hasProperty("ClipShapeTest.numTests")) { + systemProperty "ClipShapeTest.numTests", rootProject.getProperty("ClipShapeTest.numTests") + } + if (!IS_USE_ROBOT) { // Disable all robot-based visual tests exclude("test/robot/**");