Skip to content

Commit

Permalink
Redirect test stdout to file
Browse files Browse the repository at this point in the history
In order to reduce noise on the console when building, unit test output
is now redirected to files (<testname>-output.txt).
  • Loading branch information
tony19 committed Apr 26, 2013
1 parent e4839ef commit 80fbcff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<!-- initialize to dummy value to avoid NPE in SureFire plugin -->
<exclude.tests>dummy</exclude.tests>
<surefire.version>2.12.4</surefire.version>

<!-- redirect test output to a file in order to reduce noise -->
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>

<developers>
Expand Down

0 comments on commit 80fbcff

Please sign in to comment.