1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

tests: enable package_check

For now only the linter is enabled.

LXC-based tests fail because the LXC can’t connect to the internet.
Maybe it can only run in the yunohost official vagrant box?
This commit is contained in:
Pierre de La Morinerie 2017-09-11 15:44:49 +05:30
parent 31966208a4
commit e4d568319d

View file

@ -129,10 +129,8 @@ function test_simple_restore() {
}
function test_package_check() {
#echo "--- Running package_check ---"
#_vagrant_ssh "package_check/package_check.sh --bash-mode '$APP_DIR'"
echo "--- Skipping package_check ---"
echo "(Our custom Vagrant box is not able to run LXC containers yet)"
echo "--- Running package_check ---"
_vagrant_ssh "package_check/package_check.sh --bash-mode '$APP_DIR'"
}
function teardown() {