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:
parent
31966208a4
commit
e4d568319d
1 changed files with 2 additions and 4 deletions
6
test.sh
6
test.sh
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue