mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
test: rename ynh-tests.local to ynh_tests.local
`ynh-dev` prefers when the box name has no dashes.
This commit is contained in:
parent
2e3bd9f87b
commit
4e028257b6
3 changed files with 4 additions and 4 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -10,7 +10,7 @@ Vagrant.configure("2") do |config|
|
|||
# For a complete reference, please see the online documentation at
|
||||
# https://docs.vagrantup.com.
|
||||
|
||||
config.vm.define :ynh_tests
|
||||
config.vm.define :ynhtests
|
||||
config.vm.box = "yunohost/jessie-stable"
|
||||
|
||||
# Disable auto updates checks. Run `vagrant outdated` to perform manual updates.
|
||||
|
@ -44,7 +44,7 @@ Vagrant.configure("2") do |config|
|
|||
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
|
||||
# documentation for more information about their specific syntax and use.
|
||||
config.vm.provision "shell", privileged: false, keep_color: true, inline: <<-SHELL
|
||||
DOMAIN=ynh-tests.local
|
||||
DOMAIN=ynhtests.local
|
||||
YUNOHOST_ADMIN_PASSWORD="alpine"
|
||||
|
||||
# Stop on first error
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
;; Mattermost
|
||||
; Manifest
|
||||
domain="ynh-tests.local" (DOMAIN)
|
||||
domain="ynhtests.local" (DOMAIN)
|
||||
path="" (PATH)
|
||||
language="fr"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
|
|
2
test.sh
2
test.sh
|
@ -10,7 +10,7 @@ set -e
|
|||
# Configuration constants
|
||||
APP_NAME="mattermost"
|
||||
APP_DIR="/vagrant"
|
||||
DOMAIN="ynh-tests.local"
|
||||
DOMAIN="ynhtests.local"
|
||||
VM_ROOT_PASSWORD="alpine"
|
||||
YUNOHOST_ADMIN_PASSWORD="alpine"
|
||||
|
||||
|
|
Loading…
Reference in a new issue