Output proxy log as well after CI failure

This commit is contained in:
Mislav Marohnić 2015-10-02 00:22:51 +02:00
parent 86e5fa4ee3
commit bc453746c1

View File

@ -132,6 +132,7 @@ if [ -n "$(filter_matching "adapters" "${test_files[@]}")" ]; then
cleanup() {
if [ $? -ne 0 ] && [ -n "$TRAVIS" ]; then
cat log/test.log
cat log/proxy.log
fi
kill "$server_pid"
kill "$proxy_pid"