mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Output proxy log as well after CI failure
This commit is contained in:
parent
86e5fa4ee3
commit
bc453746c1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user