Skip to content

Commit

Permalink
Merge branch 'maint-0.3.5' into maint-0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Mar 16, 2020
2 parents 7a9e2a2 + 1c688ba commit c22696e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,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 [[ "$CHUTNEY" != "" ]]; then ls test_network_log || echo "ls failed"; cat test_network_log/* || echo "cat failed"; fi
- if [[ "$CHUTNEY" != "" ]]; then "$CHUTNEY_PATH/tools/diagnostics.sh" || echo "diagnostics failed"; ls test_network_log || echo "ls failed"; cat test_network_log/* || echo "cat failed"; fi
- if [[ "$TEST_STEM" != "" ]]; then tail -1000 "$STEM_SOURCE_DIR"/test/data/tor_log || echo "tail failed"; fi
- if [[ "$TEST_STEM" != "" ]]; then grep -v "SocketClosed" stem.log | tail -1000 || echo "grep | tail failed"; fi

Expand Down
3 changes: 3 additions & 0 deletions changes/ticket32792
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
o Testing:
- When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool
to produce detailed diagnostic output. Closes ticket 32792.

0 comments on commit c22696e

Please sign in to comment.