Our test source tree currently contains c# projects that either contain mbunit v2 tests or v3 tests (the newest projects). Our old v2 test projects were exes that used the "autorunner" to generate XML reports. Since the new projects are using Gallio which does not have the autorunner, we use gallio.echo.exe to generate the appropriate xml file for a given test assembly.
Now the problem: We have an internal tool developed some time ago that looks at the xml report files to determine if certain customer requirements are being met. This was written for mbunit v2. It seems the xml files produced by echo are different.
So...Is there any way to get echo to produce xml reports that look like v2 reports? We need to avoid rewriting our internal tool (for now)...is there anyway we can get echo to produce xml files that look like they used to for v2?