comparison tests/test-diff-color.t @ 40472:03f7d0822ec1 stable

worker: do not swallow exception occurred in main process Before, SystemExit(255) would be most likely raised since the worker processes were terminated by the main process and the status would be set to 255 in response. We should instead re-raise the exception occurred first. It's pretty hard to debug problems like the issue 6035 with no traceback.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 11 Dec 2018 22:34:07 +0900
parents 5abc47d4ca6b
children db72f9f6580e
comparison
equal deleted inserted replaced
40471:bb5d74a35477 40472:03f7d0822ec1