1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Update tests.toml

This commit is contained in:
Éric Gaspar 2023-06-20 17:27:25 +02:00
parent 2c312ba38f
commit 5f2a8f1a1f

View file

@ -18,20 +18,20 @@ test_format = 1.0
# This is an additional test suite # This is an additional test suite
[without_mypads] #[without_mypads]
args.export = "libreoffice" # args.export = "libreoffice"
args.mypads = 0 # args.mypads = 0
args.useldap = 0 # args.useldap = 0
only = ["install.root"] # only = ["install.root"]
[with_abiword] #[with_abiword]
args.export = "abiword" # args.export = "abiword"
args.mypads = 1 # args.mypads = 1
args.useldap = 1 # args.useldap = 1
only = ["install.root"] # only = ["install.root"]
[without_export] #[without_export]
args.export = "none" # args.export = "none"
args.mypads = 1 # args.mypads = 1
args.useldap = 0 # args.useldap = 0
only = ["install.root"] # only = ["install.root"]