mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Travis: show chutney logs on chutney job failure
Part of 29280.
This commit is contained in:
parent
63325c0596
commit
b26e3e4c56
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user