mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
tests: add package_check config file
This commit is contained in:
parent
454cf6beaa
commit
31966208a4
1 changed files with 24 additions and 0 deletions
24
check_process
Normal file
24
check_process
Normal file
|
@ -0,0 +1,24 @@
|
|||
;; Mattermost
|
||||
auto_remove=1
|
||||
; Manifest
|
||||
domain="ynh-tests.local" (DOMAIN)
|
||||
path="" (PATH)
|
||||
language="fr"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
password="alpine" (PASSWORD)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_root=0
|
||||
setup_public=0
|
||||
upgrade=0
|
||||
wrong_path=0
|
||||
setup_sub_dir=0
|
||||
setup_nourl=0
|
||||
setup_private=0
|
||||
backup_restore=0
|
||||
multi_instance=0
|
||||
incorrect_path=0
|
||||
corrupt_source=0
|
||||
fail_download_source=0
|
||||
port_already_use=0 (XXXX)
|
||||
final_path_already_use=0
|
Loading…
Add table
Reference in a new issue