[Lldb-commits] [PATCH] D24062: Removed warnOnFailure flag for the step for running NDK update script.

Jesik Min via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 30 16:54:23 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL280177: Removed warnOnFailure flag for the step for running NDK update script. (authored by jesikmin).

Changed prior to commit:
  https://reviews.llvm.org/D24062?vs=69780&id=69782#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24062

Files:
  zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py

Index: zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
+++ zorg/trunk/zorg/buildbot/builders/LLDBBuilder.py
@@ -953,7 +953,7 @@
                         command=[pathSep + 'updateToolChain' + scriptExt],
                         description=["Update NDK toolchain"],
                         flunkOnFailure=False,
-                        warnOnFailure=False)
+                        haltOnFailure=False)
 
     # Configure
     getShellCommandStep(f, name='cmake local',


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24062.69782.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160830/2e2d02f5/attachment.bin>


More information about the lldb-commits mailing list