[PATCH] D57844: Handle CalledProcessError without a Python stack
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 13:24:44 PST 2019
rnk created this revision.
rnk added a reviewer: inglorion.
Herald added a reviewer: serge-sans-paille.
When a child process exits with a non-zero return code, an exception is
generated. Catch the exception near the top level, print the exit code,
and don't print a Python stack trace, since this is expected behavior
when SVN isn't up or the test suite fails.
https://reviews.llvm.org/D57844
Files:
zorg/buildbot/builders/annotated/annotated_builder.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57844.185627.patch
Type: text/x-patch
Size: 4239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/b5181199/attachment.bin>
More information about the llvm-commits
mailing list