You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2015/07/09 15:22:57 UTC

activemq git commit: redirecting console output from itest to file - more sanity when scrolling over build

Repository: activemq
Updated Branches:
  refs/heads/master a05a9a212 -> 21fb80226


redirecting console output from itest to file - more sanity when scrolling over build


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/21fb8022
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/21fb8022
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/21fb8022

Branch: refs/heads/master
Commit: 21fb8022600f606e5a4f94998cee5702926d61f4
Parents: a05a9a2
Author: gtully <ga...@gmail.com>
Authored: Thu Jul 9 14:22:32 2015 +0100
Committer: gtully <ga...@gmail.com>
Committed: Thu Jul 9 14:22:32 2015 +0100

----------------------------------------------------------------------
 activemq-karaf-itest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/21fb8022/activemq-karaf-itest/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml
index 714ff8a..39c94f9 100644
--- a/activemq-karaf-itest/pom.xml
+++ b/activemq-karaf-itest/pom.xml
@@ -168,7 +168,7 @@
         <configuration>
           <forkCount>1</forkCount>
           <reuseForks>false</reuseForks>
-          <redirectTestOutputToFile>false</redirectTestOutputToFile>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <argLine>-Xmx256m</argLine>
           <excludes>
           </excludes>