[zorg] r223169 - Use xunit output on Jenkins builds

Chris Matthews cmatthews5 at apple.com
Tue Dec 2 14:46:45 PST 2014


Author: cmatthews
Date: Tue Dec  2 16:46:45 2014
New Revision: 223169

URL: http://llvm.org/viewvc/llvm-project?rev=223169&view=rev
Log:
Use xunit output on Jenkins builds

Modified:
    zorg/trunk/zorg/jenkins/build.py

Modified: zorg/trunk/zorg/jenkins/build.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/build.py?rev=223169&r1=223168&r2=223169&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/build.py (original)
+++ zorg/trunk/zorg/jenkins/build.py Tue Dec  2 16:46:45 2014
@@ -150,7 +150,7 @@ def clang_builder(target):
 
     make_install = ["make", "install-clang", "-j", conf.j_level]
 
-    make_check = ["make", "VERBOSE=1", "check-all"]
+    make_check = ["make", "VERBOSE=1", "check-all", 'LIT_ARGS="--xunit-xml-output=testresults.xunit.xml"']
 
     if target == 'build' or target == 'all':
         header("Configure")





More information about the llvm-commits mailing list