From: Martin Matuska Date: Mon, 14 Jan 2019 14:28:27 +0000 (+0100) Subject: build/ci_build.sh: print failed test logs to stdout X-Git-Tag: v3.4.0~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2770e58fece2937c42c1a27dd216989a9a7048;p=thirdparty%2Flibarchive.git build/ci_build.sh: print failed test logs to stdout --- diff --git a/build/ci_build.sh b/build/ci_build.sh index 65e5ceb54..5651c02d1 100755 --- a/build/ci_build.sh +++ b/build/ci_build.sh @@ -99,6 +99,7 @@ for action in ${ACTIONS}; do ;; esac RET="$?" + find /tmp -path '*_test.*' -name '*.log' -print -exec cat {} \; ;; esac if [ "${RET}" != "0" ]; then