[llvm-commits] [zorg] r156066 - /zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py

Duncan Sands baldrick at free.fr
Thu May 3 08:17:52 PDT 2012


Author: baldrick
Date: Thu May  3 10:17:52 2012
New Revision: 156066

URL: http://llvm.org/viewvc/llvm-project?rev=156066&view=rev
Log:
If a test fails, ensure that the compiler output ends up in the log file
(helps with debugging).

Modified:
    zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py

Modified: zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py?rev=156066&r1=156065&r2=156066&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py Thu May  3 10:17:52 2012
@@ -547,7 +547,7 @@
                                         WithProperties('LLVM_CONFIG=%(builddir)s/' +
                                                        llvm_install_dir + '/bin/llvm-config'),
                                         WithProperties('TOP_DIR=%(builddir)s/' + dragonegg_src_dir),
-                                        WithProperties('LIT_ARGS=-j%s' % jobs),
+                                        WithProperties('LIT_ARGS=-v -j%s' % jobs),
                                         'check'
                                         ],
                                description='running test-suite',





More information about the llvm-commits mailing list