mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
travis shell script fix
This commit is contained in:
parent
3acada9c25
commit
7844b79cb6
@ -15,10 +15,7 @@ echo "Testing Autopsy..." && echo -en 'travis_fold:start:script.tests\\r'
|
|||||||
echo "Free Space:"
|
echo "Free Space:"
|
||||||
echo `df -h .`
|
echo `df -h .`
|
||||||
|
|
||||||
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
|
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
||||||
# if os x, just run it
|
|
||||||
# ant -q test-no-regression
|
|
||||||
elif [ "${TRAVIS_OS_NAME}" = "linux" ]; then
|
|
||||||
# if linux use xvfb
|
# if linux use xvfb
|
||||||
xvfb-run ant -q test-no-regression
|
xvfb-run ant -q test-no-regression
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user