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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 096dc2c5fdb (chores) camel-infinispan: reduce test verbosity
096dc2c5fdb is described below

commit 096dc2c5fdbc183de12e10e93e68fd470d183e8a
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Wed Apr 17 11:31:55 2024 +0200

    (chores) camel-infinispan: reduce test verbosity
---
 components/camel-infinispan/camel-infinispan-embedded/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-infinispan/camel-infinispan-embedded/pom.xml 
b/components/camel-infinispan/camel-infinispan-embedded/pom.xml
index 6dc6fe5bd34..cb1f5770f29 100644
--- a/components/camel-infinispan/camel-infinispan-embedded/pom.xml
+++ b/components/camel-infinispan/camel-infinispan-embedded/pom.xml
@@ -151,8 +151,9 @@
                         <configuration>
                             <systemPropertyVariables>
                                 
<infinispan.test.jgroups.protocol>tcp</infinispan.test.jgroups.protocol>
-                                
<infinispan.server.log.path>${project.build.directory}</infinispan.server.log.path>
+                                
<infinispan.server.log.path>${project.build.directory}/infinispan-log</infinispan.server.log.path>
                             </systemPropertyVariables>
+                            
<redirectTestOutputToFile>true</redirectTestOutputToFile>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to