commit 851e881f01355b0290e79100c09dbedd425f8946
parent a56d7e37aa8f52397f9fd762d07b85f3360afd2a
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 5 Jun 2019 16:12:07 -0400
Merge remote-tracking branch 'tor-github/pr/971' into maint-0.4.0
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -230,6 +230,7 @@ after_failure:
## `make distcheck` puts it somewhere different.
- if [[ "$DISTCHECK" != "" ]]; then make show-distdir-testlog || echo "make failed"; fi
- if [[ "$DISTCHECK" != "" ]]; then make show-distdir-core || echo "make failed"; fi
+ - if [[ "$TEST_STEM" != "" ]]; then cat "$STEM_SOURCE_DIR"/test/data/tor_log || echo "cat failed"; fi
before_cache:
## Delete all gcov files.
diff --git a/changes/ticket30234 b/changes/ticket30234
@@ -0,0 +1,2 @@
+ o Testing (continuous integration):
+ - In Travis, show stem's tor log after failure. Closes ticket 30234.