[zorg] r190265 - [llvmlab] Add a more descriptive name for the special run step for the llvm debuginfo-tests.

Michael Gottesman mgottesman at apple.com
Sat Sep 7 19:15:09 PDT 2013


Author: mgottesman
Date: Sat Sep  7 21:15:08 2013
New Revision: 190265

URL: http://llvm.org/viewvc/llvm-project?rev=190265&view=rev
Log:
[llvmlab] Add a more descriptive name for the special run step for the llvm debuginfo-tests.

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

Modified: zorg/trunk/zorg/buildbot/builders/ClangBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/ClangBuilder.py?rev=190265&r1=190264&r2=190265&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/ClangBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/ClangBuilder.py Sat Sep  7 21:15:08 2013
@@ -847,7 +847,7 @@ def phasedClang(config_options, is_boots
                                               workdir=clang_build_dir))
     # Work around for lldb issue rdar://14929651
     cmd_str = r"""make VERBOSE=1 LIT_ARGS="-j 1 -v --param run_long_tests=true --filter='debuginfo-tests'" check-all"""
-    f.addStep(lit_test_command.LitTestCommand(name='run.llvm.tests', haltOnFailure=True,
+    f.addStep(lit_test_command.LitTestCommand(name='run.llvm.debuginfo-tests', haltOnFailure=True,
                                               command=cmd_str,
                                               description=['all', 'tests'],
                                               workdir=clang_build_dir))





More information about the llvm-commits mailing list