Travis: Show stem's tor log after failure

Closes ticket 30234.
This commit is contained in:
teor 2019-04-22 11:48:07 +10:00
parent 231036a110
commit 9a97b5ff56
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A
2 changed files with 3 additions and 0 deletions

View File

@ -225,6 +225,7 @@ after_failure:
## `make distcheck` puts it somewhere different. ## `make distcheck` puts it somewhere different.
- if [[ "$DISTCHECK" != "" ]]; then make show-distdir-testlog || echo "make failed"; fi - if [[ "$DISTCHECK" != "" ]]; then make show-distdir-testlog || echo "make failed"; fi
- if [[ "$DISTCHECK" != "" ]]; then make show-distdir-core || 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: before_cache:
## Delete all gcov files. ## Delete all gcov files.

2
changes/ticket30234 Normal file
View File

@ -0,0 +1,2 @@
o Testing (continuous integration):
- In Travis, show stem's tor log after failure. Closes ticket 30234.