Travis: show chutney logs on chutney job failure

Part of 29280.
This commit is contained in:
teor 2019-07-01 14:05:26 +10:00
parent 63325c0596
commit b26e3e4c56
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View File

@ -172,6 +172,7 @@ after_failure:
- if [[ "$SKIP_MAKE_CHECK" == "" ]]; then cat test-suite.log || echo "cat failed"; fi
## `make distcheck` puts it somewhere different.
- if [[ "$DISTCHECK" != "" ]]; then make show-distdir-testlog || echo "make failed"; fi
- if [[ "$CHUTNEY" != "" ]]; then ls test_network_log || echo "ls failed"; cat test_network_log/* || echo "cat failed"; fi
before_cache:
## Delete all gcov files.