commit a58c4cc6dd905acb5ab5c29c0152e792b27dd428
parent cb20054ccda422ddf5af29d4bf5c55fa3a701e1f
Author: teor <teor@torproject.org>
Date: Tue, 11 Jun 2019 14:47:40 +1000
Merge remote-tracking branch 'tor-github/pr/971' into maint-0.3.5
Diffstat:
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -225,6 +225,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.