diff --git a/tools/integration-tests.sh b/tools/integration-tests.sh index f3360d1d1..b028a839a 100755 --- a/tools/integration-tests.sh +++ b/tools/integration-tests.sh @@ -105,7 +105,7 @@ for TEST in ${TESTS}; do PASSED=$((${PASSED} + 1)) ;; 99) - echo -e "\e[93m[SKIP] \e[39m ${TESTNAME}" + echo -e "\e[93m[SKIP] \e[39m ${TESTNAME}: $(head -n1 ${LOGDIR}/${TESTNAME}.log)" SKIPPED=$((${SKIPPED} + 1)) ;; 124)