Skip to content

Commit

Permalink
print full stack traces on test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams authored and fnothaft committed Apr 28, 2016
1 parent 8da0723 commit f8c492a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions adam-apis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
The second option allows us better debugging for serialization-based errors.
-->
<argLine>-Xmx1024m -Dsun.io.serialization.extendedDebugInfo=true</argLine>
<stdout>F</stdout>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions adam-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
The second option allows us better debugging for serialization-based errors.
-->
<argLine>-Xmx1024m -Dsun.io.serialization.extendedDebugInfo=true</argLine>
<stdout>F</stdout>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions adam-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
The second option allows us better debugging for serialization-based errors.
-->
<argLine>-Xmx1024m -Dsun.io.serialization.extendedDebugInfo=true</argLine>
<stdout>F</stdout>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit f8c492a

Please sign in to comment.