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

test: remove useless --build-lxc option

We build the LXC container during the provisionning phase
anyway.
This commit is contained in:
Pierre de La Morinerie 2017-10-24 13:37:01 +05:30
parent 223e9efad8
commit 7d73bb7c90

View file

@ -57,7 +57,7 @@ function setup() {
function test_package_check() {
echo "--- Running package_check ---"
_vagrant_ssh "package_check/package_check.sh --build-lxc --bash-mode '$APP_DIR'"
_vagrant_ssh "package_check/package_check.sh --bash-mode '$APP_DIR'"
}
function teardown() {