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:
parent
082cc6eb92
commit
ff858bc9dc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue