Skip to content

Commit

Permalink
travis: show config.log after-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
karubabu committed May 13, 2020
1 parent a21992e commit 885f8a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ script:

after_failure:
- docker exec $CONTAINER su - user sh -c "cd /srcdir && cat tests/test-suite.log"
- docker exec $CONTAINER su - user sh -c "cd /srcdir && cat config.log"

after_success:
- |
Expand Down

0 comments on commit 885f8a1

Please sign in to comment.