Give lit a --xunit-xml-output option for saving results in xunit format
authorChris Matthews <cmatthews5@apple.com>
Tue, 2 Dec 2014 22:19:21 +0000 (22:19 +0000)
committerChris Matthews <cmatthews5@apple.com>
Tue, 2 Dec 2014 22:19:21 +0000 (22:19 +0000)
commit5618e73a459a9144c1fc988f5a72d093b7f587eb
tree6dc36b49be411f36b939c7657938cfef56c8b559
parentc71dda2c38db839bca7262fd3a91a3982c720ddd
Give lit a --xunit-xml-output option for saving results in xunit format

  --xunit-xml-output saves test results to disk in JUnit's xml format. This will allow Jenkins to report the details of a lit run.

  Based on a patch by David Chisnall.

llvm-svn: 223163
llvm/utils/lit/lit/Test.py
llvm/utils/lit/lit/main.py