CI: travis: fix dh -> du + add "lsblk -f" diagnostics

This commit is contained in:
Jan Pokorný 2016-11-28 15:14:27 +01:00
parent d03b718021
commit f321df7498
No known key found for this signature in database
GPG Key ID: 61BBB23A9E8F8DE2

View File

@ -21,8 +21,10 @@ script: RPMBUILDOPTS_="--nodeps --define '_without_check 1'";
after_failure:
# keep an eye on issue #234 if it recidivates
- for f in $(ls -1 /dev/shm/qb-test*); do ls -l "$f"; lsof -- "$f"; done
- mount | grep shm
- dh -h | grep shm
#- ls -l /var/run/*
- mount | grep -e /shm #-e /var
- du -h | grep -e /shm #-e /var
- lsblk -f
notifications:
irc: "irc.freenode.net#clusterlabs-dev"