Skip to content

Commit

Permalink
Turning off download messages in runATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Nov 26, 2019
1 parent 01483fa commit dcb3069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/runATH.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def call(Map params = [:]) {
if (supportedBrowsers.contains(browser)) {
def currentBrowser = browser

def commandBase = "./run.sh ${currentBrowser} ./jenkins.war -B -Dmaven.test.failure.ignore=true -DforkCount=1 -B -Dsurefire.rerunFailingTestsCount=${rerunCount}"
def commandBase = "./run.sh ${currentBrowser} ./jenkins.war -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -Dmaven.test.failure.ignore=true -DforkCount=1 -Dsurefire.rerunFailingTestsCount=${rerunCount}"

if (testsToRun) {
testingbranches["ATH individual tests-${currentBrowser}-jdk${currentJdk}"] = {
Expand Down

0 comments on commit dcb3069

Please sign in to comment.