potiuk commented on a change in pull request #10368:
URL: https://github.com/apache/airflow/pull/10368#discussion_r472952239
##########
File path: scripts/ci/in_container/_in_container_utils.sh
##########
@@ -39,17 +39,19 @@ function in_container_script_end() {
#shellcheck disable=2181
EXIT_CODE=$?
if [[ ${EXIT_CODE} != 0 ]]; then
- if [[ -n ${OUT_FILE:=} ]]; then
- echo " ERROR ENCOUNTERED!"
- echo
- echo " Output:"
- echo
- cat "${OUT_FILE}"
+ if [[ "${PRINT_INFO_FROM_SCRIPTS=="ture"}" == "true" ]] ;then
Review comment:
Nice :+1:
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]