1
0
Fork 0
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:
Kayou 2024-07-23 14:01:30 +02:00 committed by GitHub
parent f92817b922
commit df628b6cd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"