You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/08/16 12:57:17 UTC

[activemq-artemis] branch main updated: NO-JIRA: Travis job has been aborting since #3680 was merged due to log output length, try redirecting output to file for now

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new b8c779c  NO-JIRA: Travis job has been aborting since #3680 was merged due to log output length, try redirecting output to file for now
b8c779c is described below

commit b8c779c9fa21aa45fcbdabf50fbdde168d7aabe2
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Aug 16 13:55:43 2021 +0100

    NO-JIRA: Travis job has been aborting since #3680 was merged due to log output length, try redirecting output to file for now
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 86b2253..209795b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ before_install:
 # By setting anything to org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED we are disabling libaio loading on the testsuite
 script: 
 - set -e
-- mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Derrorprone -Pfast-tests -Pextra-tests -Ptests-CI -Pjmh -B install -q
+- mvn -Dorg.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.DISABLED=AnythingNotNull -Dmaven.test.redirectTestOutputToFile=true -Derrorprone -Pfast-tests -Pextra-tests -Ptests-CI -Pjmh -B install -q
 - cd examples
 - mvn install -P${EXAMPLES_PROFILE} -B -q