Skip to content

Commit 94c3168

Browse files
committed
Load 'stressTest' from gradle project properties (use -PstressTest)
1 parent 9525f3c commit 94c3168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ configure(subprojects.findAll { !sourceless.contains(it.name) }) {
6262

6363
tasks.withType(Test) {
6464
testLogging.showStandardStreams = true
65-
def stressTest = System.properties['stressTest']
65+
def stressTest = project.properties['stressTest']
6666
if (stressTest != null) systemProperties['stressTest'] = stressTest
6767
}
6868

0 commit comments

Comments
 (0)