[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/release-0.3.5] Travis: show chutney logs on chutney job failure
commit b26e3e4c565f4f764ee13a8afd5ea569547bc402
Author: teor <teor@xxxxxxxxxxxxxx>
Date: Mon Jul 1 14:05:26 2019 +1000
Travis: show chutney logs on chutney job failure
Part of 29280.
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index a8ad1f122..cb1351a18 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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits