Skip to content

Commit

Permalink
Merge pull request #122 from jglick/almost-ntp
Browse files Browse the repository at this point in the history
Turning off download messages in runATH
  • Loading branch information
oleg-nenashev authored Nov 26, 2019
2 parents 01483fa + dcb3069 commit ab731ba
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 ab731ba

Please sign in to comment.