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