contrib/travis: the test outputs are now logged more sanely

Adjust the travis script accordingly.
This commit is contained in:
Lubomir Rintel 2016-11-29 11:55:25 +01:00
parent a0aea99bd7
commit a96c819f6f

View file

@ -4,7 +4,7 @@ set -ev
print_test_logs() {
echo ">>>> PRINT TEST LOGS $1 (start)"
find -regex '.*/tests/[^/]+.log$' -exec sh -c 'echo ">>>>> LOGFILE $1"; cat "$1"' '--' '{}' ';'
cat test-suite.log
echo ">>>> PRINT TEST LOGS $1 (done)"
}