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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
zorg/buildbot/builders/annotated/annotated_builder.py | ||
---|---|---|
44 ↗ | (On Diff #185627) | Did you mean "subprocess" instead of "subprojects"? |
zorg/buildbot/builders/annotated/annotated_builder.py | ||
---|---|---|
44 ↗ | (On Diff #185627) | Editing code without tests is scary. :) Even to test this manually, I have to find a way to set up a failing build. |