Commit cfb49a0
authored
[tests] Log NUnit XML output into TestResult-*.xml (dotnet#62)
We're running on Jenkins!
https://jenkins.mono-project.com/view/Xamarin.Android/job/java-interop/
Jenkins allows processing NUnit test output!
https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin
Update `make run-test` so that it logs `nunit-console` XML output into
`TestResult-*.xml` files, which embeds the unit test filename, e.g.
`TestResult-Java.Interop-Tests.xml`. This will allow the xUnit plugin
to nicely render that output.1 parent 23bb1d3 commit cfb49a0
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments