Skip to content

Commit

Permalink
fix copyTestLogs Gradle task and align it with Aeron
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-adaptive committed Mar 27, 2023
1 parent 97dada4 commit 9e7167d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,8 @@ tasks.register('copyTestLogs', Copy) {
include '**/build/test-output/**'
include '**/*.log'
include '**/*.tlog'
include '**/build/reports/tests/**'
include '**/build/test-results/*/TEST*.xml'
include 'LICENSE'
exclude 'build'
into 'build/test_logs'
Expand Down

0 comments on commit 9e7167d

Please sign in to comment.