mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
display space free
This commit is contained in:
parent
f587b5aae3
commit
a84f8647a7
@ -25,5 +25,8 @@ script:
|
|||||||
- echo -en 'travis_fold:end:script.build\\r'
|
- echo -en 'travis_fold:end:script.build\\r'
|
||||||
- echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r'
|
- echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r'
|
||||||
- cd Core/
|
- cd Core/
|
||||||
|
- ant -q getTestDataFiles
|
||||||
|
- echo "Free Space:"
|
||||||
|
- echo `df -h .`
|
||||||
- xvfb-run ant -q test
|
- xvfb-run ant -q test
|
||||||
- echo -en 'travis_fold:end:script.tests\\r'
|
- echo -en 'travis_fold:end:script.tests\\r'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user