3 # Print output of failing tests
6 .
${0%/*}/lib-travisci.sh
8 for TEST_EXIT
in t
/test-results
/*.
exit
10 if [ "$(cat "$TEST_EXIT")" != "0" ]
12 TEST_OUT
="${TEST_EXIT%exit}out"
13 echo "------------------------------------------------------------------------"
14 echo "$(tput setaf 1)${TEST_OUT}...$(tput sgr0)"
15 echo "------------------------------------------------------------------------"