[zorg] r223545 - Make configure tests more verbose in Jenkins

Chris Matthews cmatthews5 at apple.com
Fri Dec 5 16:01:10 PST 2014


Author: cmatthews
Date: Fri Dec  5 18:01:10 2014
New Revision: 223545

URL: http://llvm.org/viewvc/llvm-project?rev=223545&view=rev
Log:
Make configure tests more verbose in Jenkins

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=223545&r1=223544&r2=223545&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/build.py (original)
+++ zorg/trunk/zorg/jenkins/build.py Fri Dec  5 18:01:10 2014
@@ -157,7 +157,7 @@ def clang_builder(target):
 
     make_install = ["make", "install-clang", "-j", conf.j_level]
 
-    make_check = ["make", "VERBOSE=1", "check-all", 'LIT_ARGS="--xunit-xml-output=testresults.xunit.xml"']
+    make_check = ["make", "VERBOSE=1", "check-all", 'LIT_ARGS=--xunit-xml-output=testresults.xunit.xml -v']
 
     if target == 'build' or target == 'all':
         header("Configure")





More information about the llvm-commits mailing list