3 # Print output of failing tests
6 . ${0%/*}/lib-travisci.sh
8 # Tracing executed commands would produce too much noise in the loop below.
11 for TEST_EXIT in t/test-results/*.exit
13 if [ "$(cat "$TEST_EXIT")" != "0" ]
15 TEST_OUT="${TEST_EXIT%exit}out"
16 echo "------------------------------------------------------------------------"
17 echo "$(tput setaf 1)${TEST_OUT}...$(tput sgr0)"
18 echo "------------------------------------------------------------------------"