Add NUnit XML support to test babysitter, also document the communication protocol...
authorAndi McClure <andi.mcclure@xamarin.com>
Thu, 4 Aug 2016 19:09:34 +0000 (15:09 -0400)
committerAndi McClure <andi.mcclure@xamarin.com>
Thu, 4 Aug 2016 19:09:34 +0000 (15:09 -0400)
commit3c3dd75865d700ecc635ed3ea71688addc982524
treec87f0e68fb823caa5628cdcf6db4af2cf1d037c3
parent427af110f67fa2c9e8dba39e5475c790a2139a16
Add NUnit XML support to test babysitter, also document the communication protocol better

For test harnesses which don't support the full babysitter protocol,
the test harness can now report back paths to NUnit-format XML files
containing test results, or the paths to those XML files can be given
by whoever invoked the babysitter script. Failures listed in the XMLs
are included in the babysitter log.

test-runner.cs has been modified to report its XMLs, so we should now
see mono/tests failures in the babysitter log.
mono/tests/test-runner.cs
scripts/ci/babysitter