diff options
author | teor <teor@torproject.org> | 2019-04-22 11:48:07 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-04-22 11:48:07 +1000 |
commit | 9a97b5ff56fc6f29d93ee515eb7244fe4db34c66 (patch) | |
tree | 0886de5006478ba9516f1ac34708456e0ab65349 /.travis.yml | |
parent | 231036a110c1062e39b214b4b88fdc2a1eb46dc8 (diff) | |
download | tor-9a97b5ff56fc6f29d93ee515eb7244fe4db34c66.tar.gz tor-9a97b5ff56fc6f29d93ee515eb7244fe4db34c66.zip |
Travis: Show stem's tor log after failure
Closes ticket 30234.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 89040d8222..1b04fa48fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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. |