Skip to content

Commit b6dab42

Browse files
committed
Fix upload of Junit test results
The path to the test results changed when we upgraded to Gradle 3.5.
1 parent 757c327 commit b6dab42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/.evg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ functions:
194194
"upload test results":
195195
- command: attach.xunit_results
196196
params:
197-
file: ./src/*/build/test-results/TEST-*.xml
197+
file: ./src/*/build/test-results/test/TEST-*.xml
198198

199199
"bootstrap mongo-orchestration":
200200
- command: shell.exec

0 commit comments

Comments
 (0)