commit | 19d86e26e392a80163d90cbc1accaf45412968f8 | [log] [tgz] |
---|---|---|
author | Wouter Klouwen <wouter.klouwen@youview.com> | Fri Nov 16 16:06:54 2018 +0000 |
committer | Craig Scott <craig.scott@crascit.com> | Fri Dec 21 07:52:08 2018 +1100 |
tree | 4bf9fbc24eab74fbc25f22392c5677bb22da32d5 | |
parent | 772edffbf0c08fc0a6fcf74fb98545b7afcfee13 [diff] |
ExternalProject: add LOG_OUTPUT_ON_FAILURE option This option only has an effect if at least one of the other LOG_<step> options is enabled. If an error occurs for a step which has logging to file enabled, that step's output will be printed to the console. For cases where a large amount of output is recorded, just the end of that output may be printed to the console.