aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-03-16 20:54:34 +1000
committerteor <teor@torproject.org>2020-03-16 20:54:34 +1000
commit93d12baf89c2a55b8a3e40a026b3990dd671a1f7 (patch)
tree132a113bbe9824fc48dcc101727c7b79b6550eec /.travis.yml
parenta255ca9b1228e70088cd6fd624dbcca86a9376ae (diff)
parent9ef8f5d1b8c646d1383327a3d45cddf27ab4b886 (diff)
downloadtor-93d12baf89c2a55b8a3e40a026b3990dd671a1f7.tar.gz
tor-93d12baf89c2a55b8a3e40a026b3990dd671a1f7.zip
Merge branch 'maint-0.4.2' into maint-0.4.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d8218c7c0c..5e99b04cfb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -259,7 +259,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