Skip to content

Commit

Permalink
Fix custom reporting output dir on Windows (junit-team#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored Sep 7, 2022
1 parent 9f60baa commit e98b714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ XML reports as follows:
<properties>
<configurationParameters>
junit.platform.reporting.open.xml.enabled = true
junit.platform.reporting.output.dir = ${project.build.directory}/surefire-reports
junit.platform.reporting.output.dir = target/surefire-reports
</configurationParameters>
</properties>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<properties>
<configurationParameters>
junit.platform.reporting.open.xml.enabled = true
junit.platform.reporting.output.dir = ${project.build.directory}/surefire-reports
junit.platform.reporting.output.dir = target/surefire-reports
</configurationParameters>
</properties>
</configuration>
Expand Down

0 comments on commit e98b714

Please sign in to comment.