changeset 2513:cac210e18be5

Redirect integration test output to file. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2016-October/021218.html
author Jie Kang <jkang@redhat.com>
date Tue, 08 Nov 2016 08:43:08 -0500
parents da2170fe3541
children 650981312fac
files integration-tests/itest-run/pom.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/integration-tests/itest-run/pom.xml	Tue Nov 08 08:41:50 2016 -0500
+++ b/integration-tests/itest-run/pom.xml	Tue Nov 08 08:43:08 2016 -0500
@@ -84,6 +84,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
+          <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <argLine>
             -Djava.security.auth.login.config=${thermostat.home}/etc/thermostat_jaas.conf
             ${coverageAgent}