Skip to content

Commit

Permalink
Inspect scratch directory and fake DSDB logs
Browse files Browse the repository at this point in the history
Change-Id: I05db6b3f2ea1743d68753ef4d8b4a743588d77a6
  • Loading branch information
jrha committed Jul 26, 2018
1 parent 1e84317 commit c0066e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ before_script:
script:
- cd $TRAVIS_BUILD_DIR && tests/runtests.py -c tests/unittest.conf.travis --assume_yes
after_script:
- tail -n 64 /var/tmp/travis/aqtest/quattor/logs/aqd.log
- tail -n 128 /var/tmp/travis/aqtest/quattor/logs/aqd.log
- ls /var/tmp/travis/aqtest/scratch
- ls /var/tmp/travis/aqtest/scratch/dsdb_coverage
- tail -n 128 /var/tmp/travis/aqtest/scratch/dsdb_coverage/issued_dsdb_cmds
addons:
hosts:
- travis.dev
Expand Down

0 comments on commit c0066e8

Please sign in to comment.