From ff858bc9dc4c9c2edc4c4cfe3c2fff8d9592ad90 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 20 Aug 2018 18:32:34 +0200 Subject: [PATCH] tests: how reasons for skipped integration tests --- tools/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)