display space free

This commit is contained in:
Brian Carrier 2019-02-22 16:04:41 -05:00
parent f587b5aae3
commit a84f8647a7

View File

@ -25,5 +25,8 @@ script:
- echo -en 'travis_fold:end:script.build\\r'
- echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r'
- cd Core/
- ant -q getTestDataFiles
- echo "Free Space:"
- echo `df -h .`
- xvfb-run ant -q test
- echo -en 'travis_fold:end:script.tests\\r'