Unverified Commit a58c4cc6 authored by teor's avatar teor
Browse files

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

parents cb20054c 9a97b5ff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.

changes/ticket30234

0 → 100644
+2 −0
Original line number Diff line number Diff line
  o Testing (continuous integration):
    - In Travis, show stem's tor log after failure. Closes ticket 30234.