Skip to content

Commit

Permalink
Add debug mode to CDI runner to have archives that are created printed.
Browse files Browse the repository at this point in the history
This makes it more clear what's going on when running tests and
specifically helps with testBeanAttritbutes here.

Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Jun 2, 2022
1 parent 203080d commit 8772ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appserver/tests/tck/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@

<libPath>${project.build.outputDirectory}</libPath>
<org.jboss.cdi.tck.libraryDirectory>target/dependency/lib</org.jboss.cdi.tck.libraryDirectory>
<debugMode>true</debugMode>
</systemPropertyVariables>
</configuration>
</plugin>
Expand Down

0 comments on commit 8772ffb

Please sign in to comment.