mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Remove check_process, create tests.toml
This commit is contained in:
parent
4bc0aea7e7
commit
4734439a35
2 changed files with 5 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
;; Full test
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
password="1Strong-Password"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# Before refactoring yunohost package
|
||||
#upgrade=1 from_commit=0f904d99367cfec27ec5fe303941fbf1124a7571
|
||||
# 4.1.5~ynh3
|
||||
upgrade=1 from_commit=17bde85b095eddeeb279ef96f5697f92a59380db
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
5
tests.toml
Normal file
5
tests.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
test_format = 1.0
|
||||
|
||||
[default]
|
||||
|
||||
test_upgrade_from.17bde85b095eddeeb279ef96f5697f92a59380db.name = "Upgrade from 5.4"
|
Loading…
Reference in a new issue