mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
test: remove unused environment variables
This commit is contained in:
parent
7d73bb7c90
commit
45e0de61ae
1 changed files with 0 additions and 4 deletions
4
test.sh
4
test.sh
|
@ -5,11 +5,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Configuration constants
|
# Configuration constants
|
||||||
APP_NAME="mattermost"
|
|
||||||
APP_DIR="/vagrant"
|
APP_DIR="/vagrant"
|
||||||
DOMAIN="ynhtests.local"
|
|
||||||
VM_ROOT_PASSWORD="alpine"
|
|
||||||
YUNOHOST_ADMIN_PASSWORD="alpine"
|
|
||||||
|
|
||||||
function _usage() {
|
function _usage() {
|
||||||
echo "Run package_check tests against the app in the working directory on a Vagrant virtual machine."
|
echo "Run package_check tests against the app in the working directory on a Vagrant virtual machine."
|
||||||
|
|
Loading…
Add table
Reference in a new issue