1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00
etherpad_mypads_ynh/tests.toml
Alexandre Aubin fcc35f6e1a
Update tests.toml: typo: libreoffice/abiword
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2023-12-11 08:30:30 +01:00

39 lines
802 B
TOML

test_format = 1.0
[default]
exclude = ["install.private"]
# -------------------------------
# Default args to use for install
# -------------------------------
args.export = "none"
args.mypads = 0
args.useldap = 0
args.password = "##SuperAdminPassword##"
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.4d613658.name = "1.8.17"
[with_mypads]
args.export = "libreoffice"
args.mypads = 1
args.useldap = 1
only = ["install.root"]
[with_abiword]
args.export = "abiword"
args.mypads = 0
args.useldap = 0
only = ["install.root"]
[with_libreoffice]
args.export = "libreoffice"
args.mypads = 0
args.useldap = 0
only = ["install.root"]