We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272dc66 commit c37a948Copy full SHA for c37a948
dynamometer-infra/build.gradle
@@ -17,3 +17,11 @@ dependencies {
17
testCompile 'junit:junit:4.11'
18
testCompile 'org.mockito:mockito-all:1.10.19'
19
}
20
+
21
+test {
22
+ [ "dyno.apache-mirror", "dyno.hadoop.bin.path", "dyno.hadoop.bin.version" ].each {
23
+ if (System.getProperty(it) != null) {
24
+ systemProperty it, System.getProperty(it)
25
+ }
26
27
+}
0 commit comments