mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -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() {
|
cleanup() {
|
||||||
if [ $? -ne 0 ] && [ -n "$TRAVIS" ]; then
|
if [ $? -ne 0 ] && [ -n "$TRAVIS" ]; then
|
||||||
cat log/test.log
|
cat log/test.log
|
||||||
|
cat log/proxy.log
|
||||||
fi
|
fi
|
||||||
kill "$server_pid"
|
kill "$server_pid"
|
||||||
kill "$proxy_pid"
|
kill "$proxy_pid"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user