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:
parent
2c312ba38f
commit
5f2a8f1a1f
1 changed files with 15 additions and 15 deletions
30
tests.toml
30
tests.toml
|
@ -18,20 +18,20 @@ test_format = 1.0
|
|||
|
||||
|
||||
# This is an additional test suite
|
||||
[without_mypads]
|
||||
args.export = "libreoffice"
|
||||
args.mypads = 0
|
||||
args.useldap = 0
|
||||
only = ["install.root"]
|
||||
#[without_mypads]
|
||||
# args.export = "libreoffice"
|
||||
# args.mypads = 0
|
||||
# args.useldap = 0
|
||||
# only = ["install.root"]
|
||||
|
||||
[with_abiword]
|
||||
args.export = "abiword"
|
||||
args.mypads = 1
|
||||
args.useldap = 1
|
||||
only = ["install.root"]
|
||||
#[with_abiword]
|
||||
# args.export = "abiword"
|
||||
# args.mypads = 1
|
||||
# args.useldap = 1
|
||||
# only = ["install.root"]
|
||||
|
||||
[without_export]
|
||||
args.export = "none"
|
||||
args.mypads = 1
|
||||
args.useldap = 0
|
||||
only = ["install.root"]
|
||||
#[without_export]
|
||||
# args.export = "none"
|
||||
# args.mypads = 1
|
||||
# args.useldap = 0
|
||||
# only = ["install.root"]
|
||||
|
|
Loading…
Add table
Reference in a new issue