Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
c22696e3
Unverified
Commit
c22696e3
authored
Mar 16, 2020
by
teor
Browse files
Merge branch 'maint-0.3.5' into maint-0.4.1
parents
7a9e2a26
1c688ba9
Changes
2
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c22696e3
...
...
@@ -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
...
...
changes/ticket32792
0 → 100644
View file @
c22696e3
o Testing:
- When a Travis chutney job fails, use chutney's new "diagnostics.sh" tool
to produce detailed diagnostic output. Closes ticket 32792.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment