1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: how reasons for skipped integration tests

This commit is contained in:
Steffen Vogel 2018-08-20 18:32:34 +02:00
parent 082cc6eb92
commit ff858bc9dc

View file

@ -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)