]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Travis: show chutney logs on chutney job failure
authorteor <teor@torproject.org>
Mon, 1 Jul 2019 04:05:26 +0000 (14:05 +1000)
committerteor <teor@torproject.org>
Mon, 1 Jul 2019 04:05:26 +0000 (14:05 +1000)
Part of 29280.

.travis.yml

index a8ad1f122fc1358171b53ba107f24bb06f9ced95..cb1351a18e077b2afdd1c3849fddd7c4579eb208 100644 (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.