[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:23:36 PDT 2016
jesikmin updated this revision to Diff 69780.
jesikmin added a comment.
Added haltOnFaulure=False flag.
https://reviews.llvm.org/D24062
Files:
zorg/buildbot/builders/LLDBBuilder.py
Index: zorg/buildbot/builders/LLDBBuilder.py
===================================================================
--- zorg/buildbot/builders/LLDBBuilder.py
+++ 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.69780.patch
Type: text/x-patch
Size: 562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160830/888fe131/attachment.bin>
More information about the lldb-commits
mailing list