diff options
author | teor <teor@torproject.org> | 2019-07-01 14:05:26 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-07-01 14:05:26 +1000 |
commit | b26e3e4c565f4f764ee13a8afd5ea569547bc402 (patch) | |
tree | c36263850fab68fc916ed615e4b7625dd0eea55a /.travis.yml | |
parent | 63325c05964ca5906aad4b51a53a5dc471fc7347 (diff) | |
download | tor-b26e3e4c565f4f764ee13a8afd5ea569547bc402.tar.gz tor-b26e3e4c565f4f764ee13a8afd5ea569547bc402.zip |
Travis: show chutney logs on chutney job failure
Part of 29280.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index a8ad1f122f..cb1351a18e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |