Skip to content

Commit 6cf3b17

Browse files
committed
Do not trim stracktrace in JUnit Maven tests
1 parent 9164c0b commit 6cf3b17

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python.test.integration

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.test.integration/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Additionally, one can change the polyglot artifacts version with
8787
</dependency>
8888
</dependencies>
8989
<configuration>
90+
<trimStackTrace>false</trimStackTrace>
9091
<testSourceDirectory>src</testSourceDirectory>
9192
<testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
9293
<includes>

0 commit comments

Comments
 (0)