mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
add a test for custom_error_file
This commit is contained in:
parent
f92817b922
commit
df628b6cd1
1 changed files with 9 additions and 0 deletions
|
@ -50,3 +50,12 @@ test_format = 1.0
|
||||||
|
|
||||||
only = ["install.subdir", "backup_restore", "upgrade" ]
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
args.database = "postgresql"
|
args.database = "postgresql"
|
||||||
|
|
||||||
|
[custom_error_file_test]
|
||||||
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
||||||
|
args.custom_error_file = "1"
|
||||||
|
test_upgrade_from.bf5d3ed.name = "1.0~ynh14"
|
||||||
|
test_upgrade_from.bf5d3ed.args.with_mysql = "0"
|
||||||
|
test_upgrade_from.bf5d3ed.args.domain = "sub.domain.tld"
|
||||||
|
test_upgrade_from.bf5d3ed.args.path = "/"
|
||||||
|
test_upgrade_from.bf5d3ed.args.password = "SuperDuper_StrongPassw0rd"
|
||||||
|
|
Loading…
Add table
Reference in a new issue