Browse Source

Merge remote-tracking branch 'tor-github/pr/971' into maint-0.4.0

Nick Mathewson 5 years ago
parent
commit
851e881f01
2 changed files with 3 additions and 0 deletions
  1. 1 0
      .travis.yml
  2. 2 0
      changes/ticket30234

+ 1 - 0
.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.

+ 2 - 0
changes/ticket30234

@@ -0,0 +1,2 @@
+  o Testing (continuous integration):
+    - In Travis, show stem's tor log after failure. Closes ticket 30234.