diff options
Diffstat (limited to 'buildSrc/src')
-rw-r--r-- | buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy b/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy index e80468a1dc5..46bc9ff0d03 100644 --- a/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy +++ b/buildSrc/src/main/groovy/org.sonar.build/BlackBoxTest.groovy @@ -11,6 +11,7 @@ class BlackBoxTest extends Test { systemProperty 'java.awt.headless', 'true' systemProperty 'orchestrator.configUrl', System.getProperty('orchestrator.configUrl') + systemProperty 'webdriver.chrome.driver', System.getProperty('webdriver.chrome.driver') if (!project.version.endsWith("-SNAPSHOT")) { systemProperty 'sonar.runtimeVersion', project.version |