Skip to content

Commit 6f5bd3f

Browse files
committed
Pass down 'stressTest' system property to tasks
1 parent 1f6b44d commit 6f5bd3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ configure(subprojects.findAll { !sourceless.contains(it.name) }) {
6262

6363
tasks.withType(Test) {
6464
testLogging.showStandardStreams = true
65+
def stressTest = System.properties['stressTest']
66+
if (stressTest != null) systemProperties['stressTest'] = stressTest
6567
}
6668

6769
repositories {

0 commit comments

Comments
 (0)