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)
commitdcedd15f58e7b76c2ee61c8030799c209104229b
tree940a7e65e95a5791d2667e7629af975c322bccc2
parent1855b261dbd5e3771c005414d7709bfd77c087ae
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223163 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/Test.py
utils/lit/lit/main.py